summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-18 08:39:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-18 08:39:59 +0100
commit74ec0e5ec094570d109f6a7e355eb7ec899f2a2c (patch)
tree8c52fa180cb6970e54939cb6004f2994afb8c429
parent2d04286793281328d02985aeaab75b5798f58f95 (diff)
downloadcurl-74ec0e5ec094570d109f6a7e355eb7ec899f2a2c.tar.gz
TODO: provide timing info for each redirect
Closes #6743
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 004b4e52a..4099eae2f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -35,6 +35,7 @@
1.16 Try to URL encode given URL
1.17 Add support for IRIs
1.18 try next proxy if one doesn't work
+ 1.19 provide timing info for each redirect
1.20 SRV and URI DNS records
1.22 CURLINFO_PAUSE_STATE
1.23 Offer API to flush the connection pool
@@ -350,6 +351,15 @@
https://github.com/curl/curl/issues/896
+1.19 provide timing info for each redirect
+
+ curl and libcurl provide timing information via a set of different
+ time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
+ returned time value are the accumulated sums. An improvement could be to
+ offer separate timings for each redirect.
+
+ https://github.com/curl/curl/issues/6743
+
1.20 SRV and URI DNS records
Offer support for resolving SRV and URI DNS records for libcurl to know which