Re: RST_STREAM(OK) after an HTTP response

On 8 October 2014 10:52, Mike Bishop <Michael.Bishop@microsoft.com> wrote:
> I wouldn't expect MAX_CONCURRENT_STREAMS to be affected -- the client would believe there was an extra active stream, and not use as many as the server allowed.  The server would start emitting RST_STREAM(STREAM_CLOSED) frames every RTT or so, though, and might eventually kick the client out for continuing to send on a closed stream.

Right.  The last one is the potential risk, but that would only be a
problem if the server had opened the flow control window enough for
that to happen.

Received on Wednesday, 8 October 2014 17:55:02 UTC