Parent Directory
|
Revision Log
|
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; |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |