MCPcopy 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
314ProxySession *
315Http2ServerSession::get_proxy_session()
316{
317 return this;
318}
319
320ProxyTransaction *
321Http2ServerSession::new_transaction()

Callers 14

rcv_headers_frameMethod · 0.45
rcv_goaway_frameMethod · 0.45
rcv_frameMethod · 0.45
main_event_handlerMethod · 0.45
create_streamMethod · 0.45
restart_receivingMethod · 0.45
release_streamMethod · 0.45
send_a_data_frameMethod · 0.45
do_start_frame_readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected