--------------------- PatchSet 7161 Date: 2005/11/04 23:22:00 Author: hno Branch: negotiate-2_5 Tag: (none) Log: NTLM default with keep alive on. Members: src/auth/ntlm/auth_ntlm.c:1.18.2.14.2.8->1.18.2.14.2.9 Index: squid/src/auth/ntlm/auth_ntlm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/auth_ntlm.c,v retrieving revision 1.18.2.14.2.8 retrieving revision 1.18.2.14.2.9 diff -u -r1.18.2.14.2.8 -r1.18.2.14.2.9 --- squid/src/auth/ntlm/auth_ntlm.c 22 Oct 2005 14:09:35 -0000 1.18.2.14.2.8 +++ squid/src/auth/ntlm/auth_ntlm.c 4 Nov 2005 23:22:00 -0000 1.18.2.14.2.9 @@ -153,6 +153,7 @@ memset(scheme->scheme_data, 0, sizeof(auth_ntlm_config)); ntlmConfig = scheme->scheme_data; ntlmConfig->authenticateChildren = 5; + ntlmConfig->keep_alive = 1; } ntlmConfig = scheme->scheme_data; if (strcasecmp(param_str, "program") == 0) {