]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
authorJoe Orton <jorton@apache.org>
Fri, 1 Apr 2005 09:30:01 +0000 (09:30 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 1 Apr 2005 09:30:01 +0000 (09:30 +0000)
Don't send an EOS after an interim response.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159671 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index c1ebc4906d97874fe474c783d9d09c40c76cb82d..24ad9ced9984bb13b2cbb3dde595397f8df8d3b8 100644 (file)
@@ -1332,7 +1332,7 @@ apr_status_t ap_proxy_http_process_response(apr_pool_t * p, request_rec *r,
             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");