Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
HTTPVersion
285
ProxySession::get_version(HTTPHdr &hdr) const
286
{
287
return hdr.version_get();
288
}
289
290
sockaddr const *
291
ProxySession::get_client_addr() const
Callers
nothing calls this directly
Calls
1
version_get
Method · 0.80
Tested by
no test coverage detected