]> granicus.if.org Git - apache/commitdiff
"fix" a // comment
authorJeff Trawick <trawick@apache.org>
Sun, 17 Jun 2001 18:20:36 +0000 (18:20 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 17 Jun 2001 18:20:36 +0000 (18:20 +0000)
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

index c73c79293a9ac12c674392b56969e81807c80d4f..c80266ca41fed8934cf56e8070256edd323fd56b 100644 (file)
@@ -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);