MCPcopy Create free account
hub / github.com/apache/trafficserver / get_version

Method get_version

src/proxy/ProxySession.cc:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284HTTPVersion
285ProxySession::get_version(HTTPHdr &hdr) const
286{
287 return hdr.version_get();
288}
289
290sockaddr const *
291ProxySession::get_client_addr() const

Callers

nothing calls this directly

Calls 1

version_getMethod · 0.80

Tested by

no test coverage detected