From: Bill Stoddard Date: Thu, 3 Jan 2002 20:47:30 +0000 (+0000) Subject: Keep my comments to myself. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=491b5c63400fbcd5061585946d8185c68f9da02b;p=apache Keep my comments to myself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index 7e729c544e..af5c8ce4b2 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -669,7 +669,6 @@ apr_status_t ap_proxy_http_process_response(apr_pool_t * p, request_rec *r, /* Is it an HTTP/1 response? * This is buggy if we ever see an HTTP/1.10 - * XXX: This code is way crufty... */ if (apr_date_checkmask(buffer, "HTTP/#.# ###*")) { int major, minor;