From: Jeff Trawick Date: Wed, 25 Oct 2000 11:02:30 +0000 (+0000) Subject: Get rid of a // comment so we compile on OS/390 without the funky X-Git-Tag: APACHE_2_0_ALPHA_8~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c94fce6af53c1446c77ec21abc3184b5d89a0225;p=apache Get rid of a // comment so we compile on OS/390 without the funky compiler option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86743 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 7c63305f7b..724f8d75e3 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -2267,7 +2267,7 @@ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_http_header_filter(ap_filter_t *f, ap_bu apr_table_unset(r->headers_out, "Content-Length"); /* Disable the buffer filter because it may be masking bugs in the * bucket brigade code */ -// ap_add_output_filter("COALESCE", NULL, r, r->connection); +/* ap_add_output_filter("COALESCE", NULL, r, r->connection); */ ap_add_output_filter("CHUNK", NULL, r, r->connection); }