b27f0fccce
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. |
||
---|---|---|
.. | ||
main | ||
test |