MCPcopy Create free account
hub / github.com/apache/trafficserver / is_tunneling

Method is_tunneling

src/proxy/http2/Http2Stream.cc:706–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706bool
707Http2Stream::is_tunneling() const
708{
709 return _is_tunneling;
710}
711
712/* Replace existing event only if the new event is different than the inprogress event */
713Event *

Callers 1

send_a_data_frameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected