]> granicus.if.org Git - apache/commitdiff
Never used.
authorJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:51:40 +0000 (15:51 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 21 Nov 2011 15:51:40 +0000 (15:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204553 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;
             }
         }