MCPcopy Create free account
hub / github.com/apache/trafficserver / _clear_timers

Method _clear_timers

include/proxy/http2/Http2Stream.h:446–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446inline void
447Http2Stream::_clear_timers()
448{
449 _timeout.cancel_active_timeout();
450 _timeout.cancel_inactive_timeout();
451}
452
453inline void
454Http2Stream::update_read_length(int count)

Callers

nothing calls this directly

Calls 2

cancel_active_timeoutMethod · 0.45

Tested by

no test coverage detected