--------------------- PatchSet 1980 Date: 2001/04/19 13:01:28 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.10->1.1.10.14.2.11 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.10 retrieving revision 1.1.10.14.2.11 diff -u -r1.1.10.14.2.10 -r1.1.10.14.2.11 --- squid/src/auth/ntlm/auth_ntlm.c 19 Apr 2001 12:59:33 -0000 1.1.10.14.2.10 +++ squid/src/auth/ntlm/auth_ntlm.c 19 Apr 2001 13:01:28 -0000 1.1.10.14.2.11 @@ -326,6 +326,8 @@ * force the client to re-connect. */ 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 */ break; #endif /* KINKIES_407_HACK */ default: