Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_inactivity_timeout
Method
set_inactivity_timeout
src/proxy/http2/Http2Stream.cc:1034–1038 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1032
}
1033
1034
void
1035
Http2Stream::set_inactivity_timeout(ink_hrtime timeout_in)
1036
{
1037
_timeout.set_inactive_timeout(timeout_in);
1038
}
1039
1040
void
1041
Http2Stream::cancel_active_timeout()
Callers
15
attach_client_session
Method · 0.45
state_read_client_request_header
Method · 0.45
wait_for_full_body
Method · 0.45
state_raw_http_server_open
Method · 0.45
handle_api_return
Method · 0.45
state_http_server_open
Method · 0.45
state_read_server_response_header
Method · 0.45
tunnel_handler_server
Method · 0.45
tunnel_handler_post_ua
Method · 0.45
do_http_server_open
Method · 0.45
release_server_session
Method · 0.45
handle_http_server_open
Method · 0.45
Calls
1
set_inactive_timeout
Method · 0.80
Tested by
no test coverage detected