Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ cancel_active_timeout
Method
cancel_active_timeout
src/proxy/http2/Http2Stream.cc:1040–1044 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1038
}
1039
1040
void
1041
Http2Stream::cancel_active_timeout()
1042
{
1043
_timeout.cancel_active_timeout();
1044
}
1045
1046
void
1047
Http2Stream::cancel_inactivity_timeout()
Callers
7
releaseSession
Method · 0.45
move_netvc
Method · 0.45
state_net_open
Method · 0.45
_reset
Method · 0.45
release
Method · 0.45
attach_server_session
Method · 0.45
rcv_headers_frame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected