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

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
An upgrade with a request body is clearly not supposed to happen with Tomcat.
It's actually likely not allowed since after sending the 101 back, the request
is supposed to be of the new protocol, so the request "body" will have to be
HTTP/2. Clearly that's not possible (if the upgrade does not happen, for
example) so it is correct that this is not allowed.

The likely solution would be to avoid upgrading when there's a request body.

-- 
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