Apache Ignores Content-Length and Uses Chunked Encoding
Apache Ignores Content-Length and Uses Chunked Encoding If you have a server-side script (CGI, FastCGI, mod_cgid, or certain PHP configurations) that explicitly sets a Content-Length header, you might reasonably expect Apache to pass that value through unchanged so the client can read exactly that many bytes and stop. This was the normal behavior for Apache […]
Apache Ignores Content-Length and Uses Chunked Encoding Read More »
