https://bz.apache.org/bugzilla/show_bug.cgi?id=66236
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=66236
--- Comment #2 from Mark Thomas ---
It looks like reverting to using ByteChunk to store the request body in
BufferedInputFilter should fix this. Initial impressions are that this works
but I want to run more tests before committing.
--
You ar
https://bz.apache.org/bugzilla/show_bug.cgi?id=66236
--- Comment #1 from Mark Thomas ---
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