Hi everybody,

        I wrote an apache (2.2.x) module for special c++ app. It works fine for 
many years but a problem resist to me.

Apache automatically add a content-length header even I send a 
Transfer-Encoding: chunked

I set Transfer-Encoding: chunked in cgi module, I’m sure I do not set a 
content-length here.
I unset Content-length in my module :  apr_table_unset(r->headers_out, 
"Content-Length »);

I’ve tried lot of stuff without success, and Apache always add a 
content-length. This create bug with recent WebCore application.

If somebody can give me the light !

Thanks to read me,

Xavier


Reply via email to