maskit commented on issue #10989: URL: https://github.com/apache/trafficserver/issues/10989#issuecomment-1940487044
A possible scenario is: - Stream X gets read-ready, and the vc adapter schedules `VC_EVENT_READ_READY ` in ` QUICStreamVCAdapter::encourge_read` - Stream X gets closed (`vio->vc_server` becomes `nullptr` in `QUICStreamVCAdapter::do_io_close`) - QPACK processes the scheduled event The scheduled event should be cancelled in the destructor of QUICStreamVCAdapter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
