aboutsummaryrefslogtreecommitdiffstats
path: root/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-09-11 13:33:50 -0700
committerHaibo Huang <hhb@google.com>2019-09-13 17:10:15 -0700
commit445085ad1110e215636704c9530ba16ae3e87329 (patch)
tree188fe35e9e36175e8c9e544b7d48b8cbac8b1907 /docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3
parente45b87230b7f4e37d29d2d29847415e1d1e5defa (diff)
downloadexternal_curl-445085ad1110e215636704c9530ba16ae3e87329.tar.gz
external_curl-445085ad1110e215636704c9530ba16ae3e87329.tar.bz2
external_curl-445085ad1110e215636704c9530ba16ae3e87329.zip
Upgrade curl to curl-7_66_0
Test: None Change-Id: I3b08841f93c0f51cca6ec168fe43b891f2ad58f1
Diffstat (limited to 'docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3')
-rw-r--r--docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.36
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 b/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3
index fcf4392c..6b6cb9db 100644
--- a/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3
+++ b/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH CURLINFO_PRETRANSFER_TIME 3 "May 17, 2018" "libcurl 7.65.3" "curl_easy_getinfo options"
+.TH CURLINFO_PRETRANSFER_TIME 3 "August 26, 2019" "libcurl 7.66.0" "curl_easy_getinfo options"
.SH NAME
CURLINFO_PRETRANSFER_TIME \- get the time until the file transfer start
@@ -35,6 +35,8 @@ pre-transfer commands and negotiations that are specific to the particular
protocol(s) involved. It does \fInot\fP involve the sending of the protocol-
specific request that triggers a transfer.
+When a redirect is followed, the time from each request is added together.
+
See also the TIMES overview in the \fIcurl_easy_getinfo(3)\fP man page.
.SH PROTOCOLS
All