cmcfarlen opened a new issue, #11358: URL: https://github.com/apache/trafficserver/issues/11358
While reviewing #11346, I went through and found other places where the EOS event was not handled but ERROR was: ``` src/iocore/net/QUICNextProtocolAccept.cc|44 col 8| case VC_EVENT_ERROR: src/proxy/http/HttpSM.cc|1232 col 8| case VC_EVENT_ERROR: src/proxy/http/HttpSM.cc|1808 col 8| case VC_EVENT_ERROR: src/proxy/Transform.cc|634 col 10| case VC_EVENT_ERROR: src/proxy/Transform.cc|793 col 10| case VC_EVENT_ERROR: ``` I wonder, should we add EOS to these switch statements as well? -- 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]
