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

--- Comment #16 from Joe Orton <jor...@redhat.com> ---
(In reply to Ruediger Pluem from comment #13)
> I have serious trouble to understand how that should have ever worked with
> mod_deflate even before 2.4.59.

Ah, good point. I tested with 2.4.52 and it compresses the entire response body
including chunk-size lines (1). So yeah, not obvious at all how this ever
worked with DEFLATE configured.

GET /cgi-bin/big-chunks.pl HTTP/1.1
Host: localhost:8052
Accept-Encoding: deflate, gzip

HTTP/1.1 200 OK
Date: Fri, 10 May 2024 08:07:07 GMT
Server: Apache/2.4.52 (Unix) OpenSSL/3.0.9
Transfer-Encoding: chunked
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 67
Content-Type: text/plain

 �A
 ��%�e�:�����Ls��5��'�i�
                        7^�@^C

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to