nick@mcmedia.com.au writes:
>
>Please Cc: direct if replying to this problem.
>
>Some client browsers (Netscape particularly) keep getting this error for
>random home pages:
>
><<Unknown status reply from server:0!>>
The fix below will stop the "Unknown status reply" message, but won't
fix whatever is sending the bad requests.
Index: src/icp.c
===================================================================
RCS file: /surf1/CVS/squid/src/icp.c,v
retrieving revision 1.215
diff -w -u -r1.215 icp.c
--- icp.c 1997/01/15 05:49:58 1.215
+++ icp.c 1997/01/15 22:57:27
@@ -1708,7 +1708,7 @@
icpState->method,
ERR_INVALID_URL,
fd_table[fd].ipaddr,
- icpState->http_code,
+ 400,
NULL);
icpSendERROR(fd, ERR_INVALID_URL, wbuf, icpState, 400);
return;
Duane W.
Received on Wed Jan 15 1997 - 15:08:26 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:04 MST