]> granicus.if.org Git - apache/commitdiff
Merge r1204553 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:54:16 +0000 (15:54 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:54:16 +0000 (15:54 +0000)
Never used.
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1204559 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 17f6ec8dc64d58b710fb78cbea83c022392e3f28..356671d83155740de2a775c5d928efdb6d12f637 100644 (file)
@@ -2447,7 +2447,6 @@ static apr_status_t send_http_connect(proxy_conn_rec *backend,
             buffer[nbytes] = '\0';
             nbytes = sizeof(drain_buffer) - 1;
             if (strstr(drain_buffer, "\r\n\r\n") != NULL) {
-                complete = 1;
                 break;
             }
         }