From: Jeff Trawick Date: Sun, 17 Jun 2001 18:20:36 +0000 (+0000) Subject: "fix" a // comment X-Git-Tag: 2.0.19~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcda376bd4101f4c18a302ebc7566514ae25c935;p=apache "fix" a // comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89380 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_case_filter_in.c b/modules/experimental/mod_case_filter_in.c index c73c79293a..c80266ca41 100644 --- a/modules/experimental/mod_case_filter_in.c +++ b/modules/experimental/mod_case_filter_in.c @@ -123,11 +123,12 @@ static apr_status_t CaseFilterInFilter(ap_filter_t *f, char *buf; int n; - // It is tempting to do this... - //APR_BUCKET_REMOVE(pB); - //APR_BRIGADE_INSERT_TAIL(pbbOut,pB); - // and change the case of the bucket data, but that would be wrong - // for a file or socket buffer, for example... + /* It is tempting to do this... + * APR_BUCKET_REMOVE(pB); + * APR_BRIGADE_INSERT_TAIL(pbbOut,pB); + * and change the case of the bucket data, but that would be wrong + * for a file or socket buffer, for example... + */ if(APR_BUCKET_IS_EOS(pbktIn)) { APR_BUCKET_REMOVE(pbktIn);