From b8b5f37dba0d86b56373c1c213322e16294b01ec Mon Sep 17 00:00:00 2001 From: serassio <> Date: Sun, 26 Feb 2006 22:08:32 +0000 Subject: [PATCH] Bug #1447: Some clients support NTLM even if not initially negotiating persistent connections Forward port of 2.5 patch. --- src/auth/ntlm/auth_ntlm.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/auth/ntlm/auth_ntlm.cc b/src/auth/ntlm/auth_ntlm.cc index e39895cd1f..5dd45232e1 100644 --- a/src/auth/ntlm/auth_ntlm.cc +++ b/src/auth/ntlm/auth_ntlm.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_ntlm.cc,v 1.54 2005/11/06 22:50:25 hno Exp $ + * $Id: auth_ntlm.cc,v 1.55 2006/02/26 15:08:32 serassio Exp $ * * DEBUG: section 29 NTLM Authenticator * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli @@ -275,9 +275,6 @@ AuthNTLMConfig::fixHeader(auth_user_request_t *auth_user_request, HttpReply *rep { AuthNTLMUserRequest *ntlm_request; - if (!request->flags.proxy_keepalive) - return; - if (!authenticate) return; -- 2.47.3