https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #8 from Todor Bonchev ---
Thanks for fixing this!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #7 from Christopher Schultz ---
(In reply to Remy Maucherat from comment #5)
> It seems to me it's a good time to (finally) add transfer-encoding support
> since it's the right way to do this.
I was ind of thinking that same thing
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #5 from Remy Maucherat ---
It seems to me it's a good time to (finally) add transfer-encoding support
since it's the right way to do this. Nobody will use it though ;)
It would be used if the client submits a "TE: gzip" header, and
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #4 from Christopher Schultz ---
I'm happy to add this capability, but it's not immediately clear to be how to
get all of the current Content-Encoding header values. Would I actually have to
loop through all headers, assembling as I
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
Christopher Schultz changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #2 from Todor Bonchev ---
The fix:
https://github.com/apache/tomcat/commit/01139482700c1a850bec9d5efea93a778615b211
will cover zstd, compress and deflate, but to make it
future proof you should check on line 291 whether an encoding
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
Todor Bonchev changed:
What|Removed |Added
CC||todo...@gmail.com
--
You are receivin