netty5/codec-http2
Bryce Anderson 00bf0a854c DefaultHttp2ConnectionDecoder notifies frame listener before connection of GOAWAYS (#10009)
Motivation:

Users of the DefaultHttp2ConnectionDecodcer are notified of inbound GoAwayFrames
after the connection has already closed any ignored streams, potentially
losing the signal that some streams may have been ignored by the peer and
are thus retryable.

Modifications:

Reorder the notifications of the frame and connection listeners to
propagate the frame first, giving the frame listeners the opportunity to
clean up ignored streams in their own way.

Result:
Fixes #9986
2020-02-10 10:40:10 +01:00
..
src DefaultHttp2ConnectionDecoder notifies frame listener before connection of GOAWAYS (#10009) 2020-02-10 10:40:10 +01:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00