Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_client_tcp_reused
Method
get_client_tcp_reused
include/proxy/http/HttpUserAgent.h:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
inline bool
225
HttpUserAgent::get_client_tcp_reused() const
226
{
227
return m_conn_info.tcp_reused;
228
}
229
230
inline bool
231
HttpUserAgent::get_client_ssl_reused() const
Callers
2
test_HttpUserAgent.cc
File · 0.80
marshal_client_req_tcp_reused
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected