https://bz.apache.org/bugzilla/show_bug.cgi?id=62628
Bug ID: 62628
Summary: Async servlet over HTTP/2 non-blocking write does not
work if client sets custom
SETTINGS_INITIAL_WINDOW_SIZE
Product: Tomcat 9
Version: 9.0.10
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Servlet
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Same test cases as in https://bz.apache.org/bugzilla/show_bug.cgi?id=62620
Run nghttp client with commands
$ nghttp "http://localhost:8080/largeasyncwrite" -v --window-bits=17
$ nghttp "http://localhost:8080/largeasyncwrite2" -v --window-bits=17
Note: Test case 2. had a bug at line 55:
"while (ready = output.isReady() && i.get() <= 3) {"
should be
"while ((ready = output.isReady()) && i.get() <= 3) {"
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]