diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-04-30 10:17:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-30 10:17:10 +0200 |
commit | 822ef4c45444b6d342d5cd55917aca75d512e5a6 (patch) | |
tree | ed17ab947697fe45e02a9297d1488c3ce8438a4a /docs | |
parent | 223506fd5331321fd57d7d8926efc57962781cc6 (diff) |
KNOWN_BUGS: Connection information when using TCP Fast Open
Closes #1332
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 280edd0ed..80ec62fab 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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 |