diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-28 23:09:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-28 23:09:45 +0100 |
commit | 96a617b140ceb310b745b922252f42213a2100ea (patch) | |
tree | ea2fefe4da266e2f5e14c7052c5446bf22f7116b | |
parent | 34696ab5a5df52db3f7cc0edc7ff7f3204d4b7b1 (diff) |
KNOWN_BUGS: DoH doesn't inherit all transfer options
Closes #4578
Closes #4579
-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 1bd0c92c3..6613aafe0 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -100,6 +100,7 @@ problems may have been fixed or changed somewhat since this was written! 11.6 slow connect to localhost on Windows 11.7 signal-based resolver timeouts 11.8 DoH leaks memory after followlocation + 11.9 DoH doesn't inherit all transfer options 12. LDAP and OpenLDAP 12.1 OpenLDAP hangs after returning results @@ -708,6 +709,10 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/4592 +11.9 DoH doesn't inherit all transfer options + + https://github.com/curl/curl/issues/4578 + 12. LDAP and OpenLDAP 12.1 OpenLDAP hangs after returning results |