summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-01-04 16:33:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-01-04 16:33:33 +0100
commit3b06f1fb367fc03d7198d809964d78e32c2a3764 (patch)
tree569d44e7370c4b6bef94da718a27f05a92757c9a
parentdb4f69ef0630001e6d566b949d86d1739bdd85b3 (diff)
downloadcurl-3b06f1fb367fc03d7198d809964d78e32c2a3764.tar.gz
KNOWN_BUGS: #77 CURLOPT_FORBID_REUSE kills NTLM
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index a05128446..487442c7b 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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