mirror of
https://github.com/curl/curl.git
synced 2026-07-25 15:57:17 +03:00
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
This commit is contained in:
parent
c0233a35da
commit
136504195a
18 changed files with 123 additions and 9 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -169,6 +169,7 @@ jobs:
|
|||
- name: hyper
|
||||
install_steps: rust hyper valgrind
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug --enable-websockets
|
||||
tflags: '!500'
|
||||
singleuse: --unit
|
||||
|
||||
- name: rustls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue