diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 16:17:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 16:17:16 +0100 |
commit | 8a9d6eeb325398d6193d939827cc58cacdc37944 (patch) | |
tree | 783814d6bee670f6e216bff4ff7d82718dd3595d /docs | |
parent | 73ca946753dc8fa43433cdfb1c27938e5d4cd370 (diff) | |
download | curl-8a9d6eeb325398d6193d939827cc58cacdc37944.tar.gz |
KNOWN_BUGS: Connection information when using TCP Fast Open
Also point to #4296 for more details
Closes #4296
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index b8c7b3dfc..149736c0f 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -675,7 +675,8 @@ problems may have been fixed or changed somewhat since this was written! CURLINFO_LOCAL_PORT (and possibly a few other) fails when TCP Fast Open is enabled. - See https://github.com/curl/curl/issues/1332 + See https://github.com/curl/curl/issues/1332 and + https://github.com/curl/curl/issues/4296 11.6 slow connect to localhost on Windows |