trafficserver
trafficserver copied to clipboard
Handle EVENT_INTERVAL in HttpSM::state_raw_http_server_open and HttpSM::state_http_server_open
In the #9366 we stopped handling EVENT_INTERVAL in HttpSM::state_raw_http_server_open and HttpSM::state_http_server_open, but we've been seeing some unexpected aborts recently. This adds back the handling for that event.