Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_version
Method
get_version
src/proxy/ProxyTransaction.cc:238–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
HTTPVersion
239
ProxyTransaction::get_version(HTTPHdr &hdr) const
240
{
241
return hdr.version_get();
242
}
243
244
bool
245
ProxyTransaction::is_read_closed() const
Callers
nothing calls this directly
Calls
1
version_get
Method · 0.80
Tested by
no test coverage detected