https://bz.apache.org/bugzilla/show_bug.cgi?id=63948

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
That this is client dependent suggests the client might be tripping over the
abusive behaviour detection added in 9.0.23. You can try the following settings
in the UpgradeProtocol in server.xml:

overheadContinuationThreshold="0"
overheadDataThreshold="0"
overheadWindowUpdateThreshold="0"

If that fixes the issue then you probably want to look at what the client is
doing. http2 debug logging in Tomcat is one of the simplest ways.

Alternatively, provide a simple test case that demonstrates the issue that we
can use to reproduce it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to