netty5/codec-http2/src
valerauko b27f0fccce
Let Http2ConnectionHandler close stream with voidPromise (#10819)
Motivation:

Http2ConnectionHandler tries to addListener to the future without checking if it's void. If it is void, this will fail and generate an exception. 
 
Modifications:
Unvoid the promise in writeData()
 
Result:

Fixes #10816, Writing with a voidPromise no longer generates exceptions.
2020-12-02 10:11:39 +01:00
..
main Let Http2ConnectionHandler close stream with voidPromise (#10819) 2020-12-02 10:11:39 +01:00
test Let Http2ConnectionHandler close stream with voidPromise (#10819) 2020-12-02 10:11:39 +01:00