netty5/codec-http2
Norman Maurer e3be64fd9c Try to mark child channel writable again once the parent channel becomes writable (#9254)
Motivation:

f945a071db decoupled the writability state from the flow controller but could lead to the situation of a lot of writability updates events were propagated to the child channels. This change ensure we only take into account if the parent channel becomes writable again before we try to set the child channels to writable.

Modifications:

Only listen for channel writability changes for if the parent channel becomes writable again.

Result:

Less writability updates.
2019-06-18 20:31:18 +02:00
..
src Try to mark child channel writable again once the parent channel becomes writable (#9254) 2019-06-18 20:31:18 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00