Commit c2c250da authored by Jeff Trawick's avatar Jeff Trawick
Browse files

"fix" a // comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89380 13f79535-47bb-0310-9956-ffa450edef68
parent 7424e58a
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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);