]> git.ipfire.org Git - thirdparty/curl.git/commit
getinfo: add CURLINFO_POSTTRANSFER_TIME_T
authorAlex Snast <alexsn@meta.com>
Mon, 15 Jul 2024 08:52:50 +0000 (11:52 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Aug 2024 07:02:58 +0000 (09:02 +0200)
commit136504195ae63c79f01e8f5de058d305d7f21ffd
tree20f610be66f25be34d063309ed7a5885c383a324
parentc0233a35da819d5f4f7dc4b7f0ee040472f17127
getinfo: add CURLINFO_POSTTRANSFER_TIME_T

Returns the time, in microseconds, from the start until the last byte is
sent by libcurl (i.e. the request is sent off).

Closes #14189
18 files changed:
.github/workflows/linux.yml
docs/cmdline-opts/write-out.md
docs/libcurl/curl_easy_getinfo.md
docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.md [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/getinfo.c
lib/progress.c
lib/request.c
lib/urldata.h
src/tool_writeout.c
src/tool_writeout.h
tests/data/test1541
tests/data/test970
tests/data/test972
tests/libtest/lib1541.c
tests/libtest/lib500.c