Skip to content

Commit

Permalink
KNOWN_BUGS: gssapi library name + version is missing in curl_version_…
Browse files Browse the repository at this point in the history
…info()

Closes #13492
Closes #13570
  • Loading branch information
bagder committed May 9, 2024
1 parent 0f4c439 commit 3b4b6bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/KNOWN_BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b4b6bd

Please sign in to comment.