Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ cancel_inactivity_timeout
Method
cancel_inactivity_timeout
src/proxy/http2/Http2Stream.cc:1046–1050 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
void
1047
Http2Stream::cancel_inactivity_timeout()
1048
{
1049
_timeout.cancel_inactive_timeout();
1050
}
1051
1052
bool
1053
Http2Stream::is_active_timeout_expired(ink_hrtime now)
Callers
7
state_read_client_request_header
Method · 0.45
state_read_server_response_header
Method · 0.45
tunnel_handler_post_ua
Method · 0.45
set_next_state
Method · 0.45
attach_server_session
Method · 0.45
create_initiating_stream
Method · 0.45
create_stream
Method · 0.45
Calls
1
cancel_inactive_timeout
Method · 0.80
Tested by
no test coverage detected