trafficserver
trafficserver copied to clipboard
Handle EOS events during server open
We saw a bunch of aborts happening due to EOS not being handled during HttpSM::state_http_server_open
, and after some discussion we believe this should be handled the same as a VC_EVENT_ERROR
case. This is now deployed globally for us.