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

Method _close_read_complete_event

src/proxy/http3/Http3Transaction.cc:288–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void
289HQTransaction::_close_read_complete_event(Event *e)
290{
291 if (e) {
292 ink_assert(this->_read_complete_event == e);
293 this->_read_complete_event = nullptr;
294 }
295}
296
297void
298HQTransaction::_schedule_write_ready_event()

Callers 2

state_stream_openMethod · 0.80
state_stream_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected