MCPcopy 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
1034void
1035Http2Stream::set_inactivity_timeout(ink_hrtime timeout_in)
1036{
1037 _timeout.set_inactive_timeout(timeout_in);
1038}
1039
1040void
1041Http2Stream::cancel_active_timeout()

Calls 1

set_inactive_timeoutMethod · 0.80

Tested by

no test coverage detected