Skip to content

http2: do not show a warning when RST_STREAM is received on a closed stream

According to the spec a stream that is half-closed can transition to closed state when a frame that contains an END_STREAM flag is received or when either peer sends a RST_STREAM frame.

Merge request reports