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

--- Comment #21 from Joe Orton <jor...@redhat.com> ---
Created attachment 39702
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39702&action=edit
minimal repro case?

Minimal CGI repro case copy and pasted from the SOAP output here.

Test Configuration:
<Location /cgi-bin>
   AddOutputFilter DEFLATE .sh
</Location>

1. Test with Fedora httpd 2.4.56  (I have it to hand)

# curl http://localhost/cgi-bin/soap.sh
-- works
# curl --compressed http://localhost/cgi-bin/soap.sh
curl: (56) Illegal or missing hexadecimal sequence in chunked-encoding
-- broken because DEFLATE-encoded chunks doesn't work

2. Test with Fedora httpd 2.4.59

# curl http://localhost/cgi-bin/soap.sh
-- works but prints raw chunked output
# curl -v --compressed http://localhost/cgi-bin/soap.sh
-- works but prints raw chunked output

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