curl-library
NTLM authentication fails...
From: Paras S <livetestid_at_live.in>
Date: Wed, 13 Aug 2014 18:18:07 +0530
Received on 2014-08-13
Date: Wed, 13 Aug 2014 18:18:07 +0530
NTLM authentication fails when CURLMOPT_MAXCONNECTS is set to a value lower than the number of easy handles added.
The code attached reproduces the issue. Issue persists in curl 7.37.1.
For some reason, the connection cache tries to maintain CURLMOPT_MAXCONNECTS connections, closing older connections before the authentication handshake completes.
Is the discussion in http://curl.haxx.se/mail/lib-2008-06/0392.html void in the latest version?
-- Paras
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: curl_ntlm.c