MCPcopy 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
2186bool
2187HttpSM::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
2192void
2193HttpSM::cancel_pending_server_connection()

Callers 1

do_http_server_openMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected