You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by kamil kamil <ci...@gmail.com> on 2007/03/25 11:14:19 UTC

content-encoding and gzip

Hello
I'm making some patches in one module. I've got problem with
content_encoding field in a request_rec structure (httpd.h). Even I call in
php file:
header('Content-Encoding: gzip');
I've always get NULL of this field. It's working with "Content-type", but
not with "Content-Encoding". I've got apache 2.2.
Please help.

Regards,
Ci