summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-10-08 23:35:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-10-08 23:35:55 +0200
commit6450a55721a9c0eda97e83cf014106392d15c1b6 (patch)
tree521202275844b76d9231f3efef15899026b2217c
parent238494fc819ad4b63d3e56ca657b7af75efcfead (diff)
downloadcurl-6450a55721a9c0eda97e83cf014106392d15c1b6.tar.gz
TODO: fixed 'API for URL parsing/splitting'
-rw-r--r--docs/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/TODO b/docs/TODO
index b6e8b1f18..d7fe127f4 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -36,7 +36,6 @@
1.18 try next proxy if one doesn't work
1.19 Timeout idle connections from the pool
1.20 SRV and URI DNS records
- 1.21 API for URL parsing/splitting
1.22 CURLINFO_PAUSE_STATE
1.23 Offer API to flush the connection pool
1.24 TCP Fast Open for windows
@@ -375,13 +374,6 @@
Offer support for resolving SRV and URI DNS records for libcurl to know which
server to connect to for various protocols (including HTTP!).
-1.21 API for URL parsing/splitting
-
- libcurl has always parsed URLs internally and never exposed any API or
- features to allow applications to do it. Still most or many applications
- using libcurl need that ability. In polls to users, we've learned that many
- libcurl users would like to see and use such an API.
-
1.22 CURLINFO_PAUSE_STATE
Return information about the transfer's current pause state, in both