Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_outbound
Method
is_outbound
src/proxy/http2/Http2ServerSession.cc:380–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
bool
381
Http2ServerSession::is_outbound() const
382
{
383
return true;
384
}
385
386
void
387
Http2ServerSession::set_netvc(NetVConnection *netvc)
Callers
14
rcv_data_frame
Method · 0.45
rcv_headers_frame
Method · 0.45
_get_configured_max_concurrent_streams
Method · 0.45
_get_configured_min_concurrent_streams
Method · 0.45
_get_configured_max_active_streams
Method · 0.45
_get_configured_initial_window_size
Method · 0.45
_get_configured_flow_control_policy
Method · 0.45
init
Method · 0.45
send_connection_preface
Method · 0.45
create_initiating_stream
Method · 0.45
create_stream
Method · 0.45
send_a_data_frame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected