| 584 |
else { |
else { |
| 585 |
apr_table_mergen(r->headers_out, "Content-Encoding", "gzip"); |
apr_table_mergen(r->headers_out, "Content-Encoding", "gzip"); |
| 586 |
} |
} |
| 587 |
|
/* Fix r->content_encoding if it was set before */ |
| 588 |
|
if (r->content_encoding) { |
| 589 |
|
r->content_encoding = apr_table_get(r->headers_out, |
| 590 |
|
"Content-Encoding"); |
| 591 |
|
} |
| 592 |
apr_table_unset(r->headers_out, "Content-Length"); |
apr_table_unset(r->headers_out, "Content-Length"); |
| 593 |
apr_table_unset(r->headers_out, "Content-MD5"); |
apr_table_unset(r->headers_out, "Content-MD5"); |
| 594 |
deflate_check_etag(r, "gzip"); |
deflate_check_etag(r, "gzip"); |