The following reply was made to PR mod_proxy/1741; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]>
To: Apache bugs database <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: mod_proxy/1741: Unable to load www.novell.com with apache proxy.
Date: Mon, 16 Mar 1998 14:26:21 -0700 (MST)
On 16 Mar 1998 [EMAIL PROTECTED] wrote:
> Synopsis: Unable to load www.novell.com with apache proxy.
>
> State-Changed-From-To: analyzed-closed
> State-Changed-By: marc
> State-Changed-When: Mon Mar 16 11:40:05 PST 1998
> State-Changed-Why:
> A patch has been applied to fix this problem. It will be
> available in the next release.
>
> Thanks for the report.
>
FYI, this is the patch that was applied. It isn't a bug in the Apache
proxy, but a bug in Netscape's mind combined with Novell's world that make
it not work.
Index: proxy_http.c
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/modules/proxy/proxy_http.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- proxy_http.c 1998/01/30 09:14:28 1.18
+++ proxy_http.c 1998/03/16 19:38:51 1.19
@@ -114,6 +114,7 @@
char *name;
char *next = table_get(headers, "Connection");
+ table_unset(headers, "Proxy-Connection");
if (!next) return;
while (*next) {