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

Mark Thomas <[email protected]> changed:

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

--- Comment #1 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to