KNOWN_BUGS: Connection information when using TCP Fast Open

Closes #1332
This commit is contained in:
Daniel Stenberg 2018-04-30 10:17:10 +02:00
parent 223506fd53
commit 822ef4c454
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -83,6 +83,7 @@ problems may have been fixed or changed somewhat since this was written!
11.2 error buffer not set if connection to multiple addresses fails
11.3 c-ares deviates from stock resolver on http://1346569778
11.4 HTTP test server 'connection-monitor' problems
11.5 Connection information when using TCP Fast Open
12. LDAP and OpenLDAP
12.1 OpenLDAP hangs after returning results
@ -561,6 +562,13 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/868
11.5 Connection information when using TCP Fast Open
CURLINFO_LOCAL_PORT (and possibly a few other) fails when TCP Fast Open is
enabled.
See https://github.com/curl/curl/issues/1332
12. LDAP and OpenLDAP