/[Apache-SVN]/httpd/httpd/trunk/modules/filters/mod_deflate.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/filters/mod_deflate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 563229, Mon Aug 6 19:22:23 2007 UTC revision 563230, Mon Aug 6 19:24:10 2007 UTC
# Line 542  static apr_status_t deflate_out_filter(a Line 542  static apr_status_t deflate_out_filter(a
542              apr_table_mergen(r->headers_out, "Content-Encoding", "gzip");              apr_table_mergen(r->headers_out, "Content-Encoding", "gzip");
543          }          }
544          apr_table_unset(r->headers_out, "Content-Length");          apr_table_unset(r->headers_out, "Content-Length");
545            apr_table_unset(r->headers_out, "Content-MD5");
546    
547          /* initialize deflate output buffer */          /* initialize deflate output buffer */
548          ctx->stream.next_out = ctx->buffer;          ctx->stream.next_out = ctx->buffer;

Legend:
Removed from v.563229  
changed lines
  Added in v.563230

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2