diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-06-24 23:26:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-24 23:26:59 +0200 |
commit | 1853c884ef28197339e57f4ec405630944300855 (patch) | |
tree | 8126c0ea9f214a88e105064e9e6b962b46150ebb /docs | |
parent | 53cc6c79f1401a86285326bb8a7314f49da6bc19 (diff) |
KNOWN_BUGS: Don't clear digest for single realm
Closes #3267
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index a4e7e9f43..e385ef597 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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 |