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

Method get_connection_id

include/proxy/http2/Http2CommonSession.h:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248inline int64_t
249Http2CommonSession::get_connection_id()
250{
251 return get_proxy_session()->connection_id();
252}
253
254inline Ptr<ProxyMutex> &
255Http2CommonSession::get_mutex()

Callers 6

do_process_frame_readMethod · 0.95
rcv_data_frameMethod · 0.80
rcv_priority_frameMethod · 0.80
rcv_settings_frameMethod · 0.80
rcv_frameMethod · 0.80
delete_streamMethod · 0.80

Calls 1

connection_idMethod · 0.45

Tested by

no test coverage detected