netty5/codec-http2/src/test/java/io
Scott Mitchell 9517edd498 HTTP/2 RST_STREAM in IDLE
Motivation:
The spec requires that a RST_STREAM received on an IDLE stream results in a connection error. This is not happening.

Modifications:
Check for this condition when a RST_STREAM is received in DefaultHttp2ConnectionDecoder.

Result:
More spec compliant.  Fixes https://github.com/netty/netty/issues/3573.
2015-04-03 15:53:32 -07:00
..
netty/handler/codec/http2 HTTP/2 RST_STREAM in IDLE 2015-04-03 15:53:32 -07:00