]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: provide timing info for each redirect
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Mar 2021 07:39:59 +0000 (08:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Mar 2021 07:39:59 +0000 (08:39 +0100)
Closes #6743

docs/TODO

index 004b4e52a6cac663c674083440cb1ada96ebb1ed..4099eae2f2be7dd23247881e88e432f37c4ed5ae 100644 (file)
--- 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
 
  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