]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: 1.24 was a dupe of 1.1
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 10:32:48 +0000 (11:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 10:32:48 +0000 (11:32 +0100)
docs/TODO

index ad6283e2e1693954d8c4ccb0632f9344989ef014..9df82115495fc50b2d072fbf3d930c9ca180c35c 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -39,7 +39,6 @@
  1.21 netrc caching and sharing
  1.22 CURLINFO_PAUSE_STATE
  1.23 Offer API to flush the connection pool
- 1.24 TCP Fast Open for windows
  1.25 Expose tried IP addresses that failed
  1.27 hardcode the "localhost" addresses
  1.28 FD_CLOEXEC
 
 1.1 TFO support on Windows
 
+ libcurl supports the CURLOPT_TCP_FASTOPEN option since 7.49.0 for Linux and
+ Mac OS. Windows supports TCP Fast Open starting with Windows 10, version 1607
+ and we should add support for it.
+
  TCP Fast Open is supported on several platforms but not on Windows. Work on
  this was once started but never finished.
 
  An API could allow a forced flush or just a forced loop that would properly
  close all connections that have been closed by the server already.
 
-1.24 TCP Fast Open for windows
-
- libcurl supports the CURLOPT_TCP_FASTOPEN option since 7.49.0 for Linux and
- Mac OS. Windows supports TCP Fast Open starting with Windows 10, version 1607
- and we should add support for it.
-
 1.25 Expose tried IP addresses that failed
 
  When libcurl fails to connect to a host, it should be able to offer the