1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

KNOWN_BUGS: Don't clear digest for single realm

Closes #3267
This commit is contained in:
Daniel Stenberg 2019-06-24 23:26:59 +02:00
parent 53cc6c79f1
commit 1853c884ef
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -64,6 +64,7 @@ problems may have been fixed or changed somewhat since this was written!
6.4 Negotiate and Kerberos V5 need a fake user name
6.5 NTLM doesn't support password with § character
6.6 libcurl can fail to try alternatives with --proxy-any
6.7 Don't clear digest for single realm
7. FTP
7.1 FTP without or slow 220 response
@ -516,6 +517,10 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/876
6.7 Don't clear digest for single realm
https://github.com/curl/curl/issues/3267
7. FTP
7.1 FTP without or slow 220 response