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

Method schedule_zombie_event

include/proxy/http2/Http2ConnectionState.h:545–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545inline void
546Http2ConnectionState::schedule_zombie_event()
547{
548 if (Http2::zombie_timeout_in) { // If we have zombie debugging enabled
549 if (zombie_event) {
550 zombie_event->cancel();
551 }
552 zombie_event = this_ethread()->schedule_in(this, HRTIME_SECONDS(Http2::zombie_timeout_in));
553 }
554}

Callers 1

rcv_ping_frameMethod · 0.95

Calls 3

this_ethreadFunction · 0.85
cancelMethod · 0.45
schedule_inMethod · 0.45

Tested by

no test coverage detected