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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
A code inspection suggests that this hasn't been working in previous versions.

While the special values of 0 and -1 work for FORM auth and HTTP upgrade, they
do not work for TLS renegotiation.

The different buffers in use (ByteBuffer for TLS, ByteChunk for FORM and
upgrade) mean that implementing the special values for TLS without creating
huge buffers for every connection will be non-trivial.

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