Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/trunk/modules/filters/mod_deflate.c 2007/08/06 19:22:23 563229
+++ httpd/httpd/trunk/modules/filters/mod_deflate.c 2007/08/06 19:24:10 563230
@@ -542,6 +542,7 @@
apr_table_mergen(r->headers_out, "Content-Encoding", "gzip");
}
apr_table_unset(r->headers_out, "Content-Length");
+ apr_table_unset(r->headers_out, "Content-MD5");
/* initialize deflate output buffer */
ctx->stream.next_out = ctx->buffer;
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |