Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ origin_multiplexed
Method
origin_multiplexed
src/proxy/http/HttpSM.cc:2186–2190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2184
}
2185
2186
bool
2187
HttpSM::origin_multiplexed() const
2188
{
2189
return (t_state.dns_info.http_version == HTTP_2_0 || t_state.dns_info.http_version == HTTP_INVALID);
2190
}
2191
2192
void
2193
HttpSM::cancel_pending_server_connection()
Callers
1
do_http_server_open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected