aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2024-05-09 11:24:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2024-05-09 12:04:19 +0200
commit3b4b6bd1dfb42fa82948879d4525237db97d76b8 (patch)
tree07f3ae5ab7cf933f833d4b33cfda5ae3a1c2fcd8
parent0f4c439fc7347f499cf58299aae8ecb4f1bdf742 (diff)
downloadcurl-3b4b6bd1dfb42fa82948879d4525237db97d76b8.tar.gz
KNOWN_BUGS: gssapi library name + version is missing in curl_version_info()
Closes #13492 Closes #13570
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f4ced4d84..cc1709def 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -80,6 +80,7 @@ problems may have been fixed or changed somewhat since this was written.
10.3 FTPS over SOCKS
11. Internals
+ 11.1 gssapi library name + version is missing in curl_version_info()
11.2 error buffer not set if connection to multiple addresses fails
11.4 HTTP test server 'connection-monitor' problems
11.5 Connection information when using TCP Fast Open
@@ -490,6 +491,12 @@ problems may have been fixed or changed somewhat since this was written.
11. Internals
+11.1 gssapi library name + version is missing in curl_version_info()
+
+ The struct needs to be expanded and code added to store this info.
+
+ See https://github.com/curl/curl/issues/13492
+
11.2 error buffer not set if connection to multiple addresses fails
If you ask libcurl to resolve a hostname like example.com to IPv6 addresses