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

Method _close_read_ready_event

src/proxy/http3/Http3Transaction.cc:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void
260HQTransaction::_close_read_ready_event(Event *e)
261{
262 if (e) {
263 ink_assert(this->_read_ready_event == e);
264 this->_read_ready_event = nullptr;
265 }
266}
267
268void
269HQTransaction::_schedule_read_complete_event()

Callers 2

state_stream_openMethod · 0.80
state_stream_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected