httpd icon indicating copy to clipboard operation
httpd copied to clipboard

Support for Content-Length in FastCGI responses

Open brendonm opened this issue 10 years ago • 0 comments

httpd/server_fcgi.c: Line 590 Comment asks whether Content-Length should be handled correctly, rather than stripped from the response in favour of chunked encoding. This Content-Length header is often needed by the application, and can be useful for output to httpd's access.log (which will otherwise show length=0).

brendonm avatar Jun 23 '15 22:06 brendonm