From bcda376bd4101f4c18a302ebc7566514ae25c935 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 17 Jun 2001 18:20:36 +0000 Subject: [PATCH] "fix" a // comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89380 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_case_filter_in.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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); -- 2.50.1