Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
706
bool
707
Http2Stream::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 */
713
Event *
Callers
1
send_a_data_frame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected