mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
KNOWN_BUGS: 6.10 curl never completes Negotiate over HTTP
Closes #5235 Closes #6370
This commit is contained in:
parent
44a504e5e4
commit
ec424f311a
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue