The client hasn't sent a RST_STREAM frame. My previous commit tracked to see if a client was sending a RST_STREAM frame and would send back an error STREAM_CLOSED, but that case was not being triggered.
It was kinda pointless to track the RST_STREAM frame since we take the stream out of the list as soon as we get it and wouldn't find it when we received a HEADERS frame after. [ Full content available at: https://github.com/apache/trafficserver/pull/4225 ] This message was relayed via gitbox.apache.org for [email protected]
