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

Method _schedule_read_ready_event

src/proxy/http3/Http3Transaction.cc:239–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void
240HQTransaction::_schedule_read_ready_event()
241{
242 if (this->_read_ready_event) {
243 // The event is already scheduled. No need to schedule the same event.
244 return;
245 }
246
247 this->_read_ready_event = this->_thread->schedule_imm(this, VC_EVENT_READ_READY, &this->_read_vio);
248}
249
250void
251HQTransaction::_unschedule_read_ready_event()

Callers 1

do_io_readMethod · 0.95

Calls 1

schedule_immMethod · 0.45

Tested by

no test coverage detected