MCPcopy 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
1046void
1047Http2Stream::cancel_inactivity_timeout()
1048{
1049 _timeout.cancel_inactive_timeout();
1050}
1051
1052bool
1053Http2Stream::is_active_timeout_expired(ink_hrtime now)

Callers 7

set_next_stateMethod · 0.45
attach_server_sessionMethod · 0.45
create_streamMethod · 0.45

Calls 1

Tested by

no test coverage detected