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

Method cancel_retransmit

src/proxy/http2/Http2ConnectionState.cc:2202–2211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2200}
2201
2202void
2203Http2ConnectionState::cancel_retransmit()
2204{
2205 Http2StreamDebug(session, 0, "Canceling retransmitting data frames");
2206 SCOPED_MUTEX_LOCK(lock, this->mutex, this_ethread());
2207 if (retransmit_event != nullptr) {
2208 retransmit_event->cancel();
2209 retransmit_event = nullptr;
2210 }
2211}
2212
2213void
2214Http2ConnectionState::send_data_frames_depends_on_priority()

Callers 1

flushMethod · 0.80

Calls 2

this_ethreadFunction · 0.85
cancelMethod · 0.45

Tested by

no test coverage detected