Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 30402 invoked from network); 1 Apr 2005 09:30:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Apr 2005 09:30:06 -0000 Received: (qmail 29226 invoked by uid 500); 1 Apr 2005 09:30:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 29170 invoked by uid 500); 1 Apr 2005 09:30:04 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 29156 invoked by uid 99); 1 Apr 2005 09:30:04 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Apr 2005 01:30:04 -0800 Received: (qmail 30370 invoked by uid 65534); 1 Apr 2005 09:30:03 -0000 Message-ID: <20050401093003.30369.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Fri, 01 Apr 2005 09:30:02 -0000 Subject: svn commit: r159671 - httpd/httpd/trunk/modules/proxy/mod_proxy_http.c To: cvs@httpd.apache.org From: jorton@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri Apr 1 01:30:01 2005 New Revision: 159671 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D159671 Log: * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Don't send an EOS after an interim response. Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/proxy/mod_prox= y_http.c?view=3Ddiff&r1=3D159670&r2=3D159671 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original) +++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Fri Apr 1 01:30:01 20= 05 @@ -1332,7 +1332,7 @@ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, "proxy: end body send"); } - else { + else if (!interim_response) { ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, "proxy: header only"); =20