You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1998/01/30 03:45:27 UTC

[PATCH] Proxy-Connection

this is against 1.2, but the same thing applies for 1.3...

Index: modules/proxy/proxy_http.c
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/modules/proxy/proxy_http.c,v
retrieving revision 1.17.2.5
diff -u -r1.17.2.5 proxy_http.c
--- proxy_http.c	1997/08/21 02:44:30	1.17.2.5
+++ proxy_http.c	1998/01/30 02:45:20
@@ -114,6 +114,8 @@
     char *name;
     char *next = table_get(headers, "Connection");
 
+    table_unset(headers, "Proxy-Connection");
+
     if (!next) return;
 
     while (*next) {