diff options
Diffstat (limited to 'daemon/ntlm.c')
-rw-r--r-- | daemon/ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ntlm.c b/daemon/ntlm.c index 2cd20db..2c73b0a 100644 --- a/daemon/ntlm.c +++ b/daemon/ntlm.c @@ -459,7 +459,7 @@ int ntlm_auth_ntlm(ha_request_t* rq, ntlm_context_t* ctx, void* key, */ if(!conn || !conn->handle) { - ha_messagex(rq, LOG_WARNING, "received out of order NTLM response from client"); + ha_messagex(rq, LOG_WARNING, "received out of order NTLM response from client. Make sure 'keep alives' are on."); rq->resp_code = HA_SERVER_BADREQ; RETURN(HA_FALSE); } |