netty5/codec-http2/src
Norman Maurer 08284dbbcd Ensure we call promise.setUncancellable() before trying to process in DefaultHttp2StreamChannel.
Motivation:

We should call promise.setUncancellable() in DefaultHttp2StreamChannel.Unsafe impl to detect if the operation was cancelled.

Modifications:

Add promise.setUncancellable() calls

Result:

More correct handling of cancelled promises
2017-08-12 09:19:36 +02:00
..
main/java/io/netty/handler/codec/http2 Ensure we call promise.setUncancellable() before trying to process in DefaultHttp2StreamChannel. 2017-08-12 09:19:36 +02:00
test Finish work on http2 child channel implementation and http2 frame api. 2017-08-11 12:41:28 +02:00