summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_http.c
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@apache.org>2002-04-02 04:30:49 +0000
committerDoug MacEachern <dougm@apache.org>2002-04-02 04:30:49 +0000
commitcf7be3d0b6232aa638da328478d8c5e3c7fdde15 (patch)
tree547541f882bb94322fa0a66b2fe81d6596865088 /modules/proxy/proxy_http.c
parent62dbb4d67491aea4106204c418171e23a52aacec (diff)
downloadhttpd-cf7be3d0b6232aa638da328478d8c5e3c7fdde15.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Ryan Bloom remove call to ap_proxy_reset_output_filters() and the function itself. this call breaks ssl proxy when the client is using keepalives. this function is also no longer needed with recent-ish filter changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/proxy_http.c')
-rw-r--r--modules/proxy/proxy_http.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c
index 75a8d613af..3719b5b007 100644
--- a/modules/proxy/proxy_http.c
+++ b/modules/proxy/proxy_http.c
@@ -326,9 +326,6 @@ apr_status_t ap_proxy_http_create_connection(apr_pool_t *p, request_rec *r,
p_conn->sock = client_socket;
new = 0;
- /* reset the connection filters */
- ap_proxy_reset_output_filters(*origin);
-
/* save timeout */
apr_getsocketopt(p_conn->sock, APR_SO_TIMEOUT, &current_timeout);
/* set no timeout */