--------------------- PatchSet 1981 Date: 2001/04/19 13:02:43 Author: rbcollins Branch: ntlm Tag: (none) Log: force a connection drop on KINKIES_407 error-fix_header Members: src/auth/ntlm/auth_ntlm.c:1.1.10.14.2.11->1.1.10.14.2.12 Index: squid/src/auth/ntlm/auth_ntlm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/auth_ntlm.c,v retrieving revision 1.1.10.14.2.11 retrieving revision 1.1.10.14.2.12 diff -u -r1.1.10.14.2.11 -r1.1.10.14.2.12 --- squid/src/auth/ntlm/auth_ntlm.c 19 Apr 2001 13:01:28 -0000 1.1.10.14.2.11 +++ squid/src/auth/ntlm/auth_ntlm.c 19 Apr 2001 13:02:43 -0000 1.1.10.14.2.12 @@ -328,6 +328,7 @@ httpHeaderDelByName(&rep->header, "keep-alive"); /* NTLM has problems if the initial connection is not dropped * I haven't checked the RFC compliance of this hack - RBCollins */ + request->flags.proxy_keepalive = 0; break; #endif /* KINKIES_407_HACK */ default: