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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
My reading of RFC 7230 is that when using upgrade the entire request is sent
via HTTP/1.1, the upgrade happens and then the response is returned via the
upgraded protocol.

This is going to require buffering the request body so it is going to be
subject to the maxSavePostSize limit.

I would have expected this to 'just work' after the fix for bug 65726. I'll
take a look at what is going on.

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