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

Method _schedule_read_complete_event

src/proxy/http3/Http3Transaction.cc:268–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void
269HQTransaction::_schedule_read_complete_event()
270{
271 if (this->_read_complete_event) {
272 // The event is already scheduled. No need to schedule the same event.
273 return;
274 }
275
276 this->_read_complete_event = this->_thread->schedule_imm(this, VC_EVENT_READ_COMPLETE, &this->_read_vio);
277}
278
279void
280HQTransaction::_unschedule_read_complete_event()

Callers 1

state_stream_openMethod · 0.80

Calls 1

schedule_immMethod · 0.45

Tested by

no test coverage detected