netty5/codec-http2
Norman Maurer d71661ff88 Correctly propagate failures while update the flow-controller to the … (#9664)
Motivation:

We may fail to update the flow-controller and in this case need to notify the stream channel and close it.

Modifications:

Attach a future to the write of the update frame and in case of a failure propagate it to the channel and close it

Result:

Fixes https://github.com/netty/netty/issues/9663
2019-10-22 14:40:43 +02:00
..
src Correctly propagate failures while update the flow-controller to the … (#9664) 2019-10-22 14:40:43 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00