From 0d5a5e4b90b036b0b70aa094c9f61bd965a1c62f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Dec 2020 17:16:19 +0100 Subject: KNOWN_BUGS: 6.10 curl never completes Negotiate over HTTP Closes #5235 --- docs/KNOWN_BUGS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index bf5108652..0d7a6b240 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 -- cgit v1.2.1