diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-12-25 17:16:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-26 16:11:17 +0100 |
commit | ec424f311aabfd34df1833878503236505e51656 (patch) | |
tree | f821114340c8219c3270a3113c4a4cd1966c8d6c /docs | |
parent | 44a504e5e49dbfab6b3795471bef2cb337d3de49 (diff) | |
download | curl-ec424f311aabfd34df1833878503236505e51656.tar.gz |
KNOWN_BUGS: 6.10 curl never completes Negotiate over HTTP
Closes #5235
Closes #6370
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index bf5108652..611234697 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -72,6 +72,7 @@ problems may have been fixed or changed somewhat since this was written! 6.7 Don't clear digest for single realm 6.8 RTSP authentication breaks without redirect support 6.9 SHA-256 digest not supported in Windows SSPI builds + 6.10 curl never completes Negotiate over HTTP 7. FTP 7.1 FTP without or slow 220 response @@ -586,6 +587,12 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/6302 +6.10 curl never completes Negotiate over HTTP + + Apparently it isn't working correctly...? + + See https://github.com/curl/curl/issues/5235 + 7. FTP 7.1 FTP without or slow 220 response |