From ca0fd33d2d3ecca13bc78893e165a34682b4dcd2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Nov 2001 15:00:50 +0000 Subject: Georg Horn's STARTTRANSFER_TIME patch --- docs/curl_easy_getinfo.3 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/curl_easy_getinfo.3') diff --git a/docs/curl_easy_getinfo.3 b/docs/curl_easy_getinfo.3 index b6ce3c8c1..73fd461a3 100644 --- a/docs/curl_easy_getinfo.3 +++ b/docs/curl_easy_getinfo.3 @@ -52,6 +52,12 @@ start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved. .TP +.B CURLINFO_STARTTRANSFER_TIME +Pass a pointer to a double to receive the time, in seconds, it took from the +start until the first byte is just about to be transfered. This includes +CURLINFO_PRETRANSFER_TIME and also the time the server needs to calculate +the result. +.TP .B CURLINFO_SIZE_UPLOAD Pass a pointer to a double to receive the total amount of bytes that were uploaded. -- cgit v1.2.3