Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_proxy_session
Method
get_proxy_session
src/proxy/http2/Http2ServerSession.cc:314–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
ProxySession *
315
Http2ServerSession::get_proxy_session()
316
{
317
return this;
318
}
319
320
ProxyTransaction *
321
Http2ServerSession::new_transaction()
Callers
14
rcv_headers_frame
Method · 0.45
rcv_goaway_frame
Method · 0.45
rcv_frame
Method · 0.45
main_event_handler
Method · 0.45
create_initiating_stream
Method · 0.45
create_stream
Method · 0.45
restart_receiving
Method · 0.45
release_stream
Method · 0.45
send_a_data_frame
Method · 0.45
state_read_connection_preface
Method · 0.45
do_start_frame_read
Method · 0.45
state_complete_frame_read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected