]> granicus.if.org Git - apache/commitdiff
Keep my comments to myself.
authorBill Stoddard <stoddard@apache.org>
Thu, 3 Jan 2002 20:47:30 +0000 (20:47 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 3 Jan 2002 20:47:30 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92725 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

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