netty5/codec-http2/src
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
..
main Correctly propagate failures while update the flow-controller to the … (#9664) 2019-10-22 14:40:43 +02:00
test HTTP/2: Prevent memory leak when trying to create new streams on a connection that received a GOAWAY. (#9674) 2019-10-16 19:42:35 -07:00