h2 icon indicating copy to clipboard operation
h2 copied to clipboard

Client bug: Send request, then send reset before original HEADERS are flushed

Open carllerche opened this issue 6 years ago • 2 comments

It looks like this will cause the original HEADERS frame to be dropped and a RST_STREAM frame sent for that ID, which would be a connection level error.

carllerche avatar Sep 27 '17 20:09 carllerche

per offline convo:

we believe that the reset should just disappear the stream immediately, without informing the receiver of anything.

olix0r avatar Sep 27 '17 21:09 olix0r

Same remark as on #30: this issue feels at odds with #536.

nox avatar May 06 '21 11:05 nox