From 491b5c63400fbcd5061585946d8185c68f9da02b Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Thu, 3 Jan 2002 20:47:30 +0000 Subject: [PATCH] Keep my comments to myself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92725 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_http.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1