]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: Connection information when using TCP Fast Open
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Apr 2018 08:17:10 +0000 (10:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Apr 2018 08:17:10 +0000 (10:17 +0200)
Closes #1332

docs/KNOWN_BUGS

index 280edd0ed99fd5894666b94c40f8896523fc2994..80ec62fabe80f29c31b3f1c41e0260c5be63978a 100644 (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