From 1dc7c9200c271c9e4f8e676744949d17e37251e6 Mon Sep 17 00:00:00 2001 From: Toby Collett Date: Sat, 24 Oct 2009 21:18:51 +0100 Subject: [PATCH] remove comment about 226 header --- crccache/mod_crccache_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crccache/mod_crccache_server.c b/crccache/mod_crccache_server.c index d24a00ed9..6d5f56640 100644 --- a/crccache/mod_crccache_server.c +++ b/crccache/mod_crccache_server.c @@ -864,7 +864,7 @@ static apr_status_t crccache_out_filter(ap_filter_t *f, apr_bucket_brigade *bb) crccache_check_etag(r, CRCCACHE_ENCODING); // All is okay, so set response header to IM Used - ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r->server, "CRCCACHE-ENCODE Setting 226 header"); + //ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r->server, "CRCCACHE-ENCODE Setting 226 header"); //r->status=226; //r->status_line="226 IM Used"; } -- 2.11.4.GIT