-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
no WINDOW_UPDATE sent due to uncaught error in promise #9663
Copy link
Copy link
Closed
Milestone
Description
Expected behavior
Server sends a WINDOW_UPDATE after the window is completed.
Actual behavior
Server throws exceptions from:
netty/codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java
Line 431 in 4c64c98
| throw streamError(stream.id(), INTERNAL_ERROR, |
Steps to reproduce
Run the test class in this gradle project.
Minimal yet complete reproducer code (or URL to code)
https://gist.github.com/ti2ger92/18c9c4439192d7e88996dbe928e3c300
Netty version
4.1.42
JVM version (e.g. java -version)
1.8.0_202, x86_64: "AdoptOpenJDK 8"
OS version (e.g. uname -a)
Darwin f01898596f5f.ant.amazon.com 17.7.0 Darwin Kernel Version 17.7.0: Sun Jun 2 20:31:42 PDT 2019; root:xnu-4570.71.46~1/RELEASE_X86_64 x86_64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels