Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
inline int64_t
249
Http2CommonSession::get_connection_id()
250
{
251
return get_proxy_session()->connection_id();
252
}
253
254
inline Ptr<ProxyMutex> &
255
Http2CommonSession::get_mutex()
Callers
6
do_process_frame_read
Method · 0.95
rcv_data_frame
Method · 0.80
rcv_priority_frame
Method · 0.80
rcv_settings_frame
Method · 0.80
rcv_frame
Method · 0.80
delete_stream
Method · 0.80
Calls
1
connection_id
Method · 0.45
Tested by
no test coverage detected