https://bz.apache.org/bugzilla/show_bug.cgi?id=65264
Bug ID: 65264
Summary: Header size is bigger will cause TimeoutException
Product: Tomcat 9
Version: 9.0.45
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Jetty version
9.4.39.v20210325
Java version
1.8
OS type/version
MAC and linux
Description
When the header size reaches some value (In my demo, it's 2237B) and multiple
requests send concurrently, some requests will not be sent to remote server and
cause an TimeoutException and then an "java.lang.IllegalStateException: Max
local stream count 100 exceeded". When the header size is smaller, it's ok.
Please refer to this demo project to reproduce it.
https://github.com/qingdaoheze/jetty-gzip-decode
detail message can see:
https://github.com/eclipse/jetty.project/issues/6208
when the server change to jetty, timeout was gone!
--
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]