]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: #77 CURLOPT_FORBID_REUSE kills NTLM
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Jan 2012 15:33:33 +0000 (16:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Jan 2012 15:33:33 +0000 (16:33 +0100)
docs/KNOWN_BUGS

index a05128446bac44180a45a6ad773f8c0d57f2ecb5..487442c7bda13bd3aebc176b27ddcaed95c835fa 100644 (file)
@@ -3,6 +3,10 @@ join in and help us correct one or more of these! Also be sure to check the
 changelog of the current development status, as one or more of these problems
 may have been fixed since this was written!
 
+77. CURLOPT_FORBID_REUSE on a handle prevents NTLM from working since it
+  "absuses" the underlying connection re-use system and if connections are
+  forced to close they break the NTLM support.
+
 76. The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t on
   that platform), and long is only 32 bits. It makes it impossible for
   curl_easy_getinfo() to return a socket properly with the CURLINFO_LASTSOCKET