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

Method _close_write_ready_event

src/proxy/http3/Http3Transaction.cc:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void
318HQTransaction::_close_write_ready_event(Event *e)
319{
320 if (e) {
321 ink_assert(this->_write_ready_event == e);
322 this->_write_ready_event = nullptr;
323 }
324}
325
326void
327HQTransaction::_schedule_write_complete_event()

Callers 2

state_stream_openMethod · 0.80
state_stream_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected