netty5/codec-http2/src
Norman Maurer 55b501d0d4 Correctly update Channel writability when queueing data in SslHandler.
Motivation:

A regression was introduced in 86e653e which had the effect that the writability was not updated for a Channel while queueing data in the SslHandler.

Modifications:

- Factor out code that will increment / decrement pending bytes and use it in AbstractCoalescingBufferQueue and PendingWriteQueue
- Add test-case

Result:

Channel writability changes are triggered again.
2017-10-24 09:13:15 +02:00
..
main/java/io/netty/handler/codec/http2 Make Comparators Serializable 2017-10-22 03:40:28 +02:00
test Correctly update Channel writability when queueing data in SslHandler. 2017-10-24 09:13:15 +02:00