netty5/codec-http2/src
Norman Maurer b1695fe17d Ensure async failures are correctly propagated to Http2LifecycleManager.onError(...) in all cases.
Motivation:

If DefaultHttp2ConnectionEncoder process outbound operation it sometimes missed to call Http2LifecycleManager.onError(...) when the operation was executed asynchronously.

Modifications:

Make best effort to update flags but still ensure failures are propageted to Http2LifecycleManager.onError(...) in all cases.

Result:

More consistent handling of errors.
2018-01-27 08:46:23 +01:00
..
main/java/io/netty/handler/codec/http2 Ensure async failures are correctly propagated to Http2LifecycleManager.onError(...) in all cases. 2018-01-27 08:46:23 +01:00
test Http2MultiplexCodec.DefaultHttpStreamChannel.isOpen() / isActive() shoule be false when fireChannelActive() is called 2018-01-26 17:34:37 -08:00