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

Method _close_write_complete_event

src/proxy/http3/Http3Transaction.cc:346–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void
347HQTransaction::_close_write_complete_event(Event *e)
348{
349 if (e) {
350 ink_assert(this->_write_complete_event == e);
351 this->_write_complete_event = nullptr;
352 }
353}
354
355void
356HQTransaction::_signal_event(int event, Event *edata)

Callers 2

state_stream_openMethod · 0.80
state_stream_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected