From: Jim Jagielski Date: Mon, 21 Nov 2011 15:54:16 +0000 (+0000) Subject: Merge r1204553 from trunk: X-Git-Tag: 2.3.16~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bfe37913ab8267a46c7dc751111718903528392;p=apache Merge r1204553 from trunk: 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 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 17f6ec8dc6..356671d831 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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; } }