diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-31 07:17:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-31 07:17:32 +0000 |
commit | ec1736d488fadc30aa18a19281b78cd9906ad16a (patch) | |
tree | bf08f453a8507e2636c4694a0abae46a4e5e52e9 | |
parent | 45225796881fb6ffa0dda6eb4bb4b94be09e2080 (diff) |
corrected the docs for CURLINFO_FILETIME
-rw-r--r-- | docs/curl_easy_getinfo.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/curl_easy_getinfo.3 b/docs/curl_easy_getinfo.3 index 95342fd17..fba3947fe 100644 --- a/docs/curl_easy_getinfo.3 +++ b/docs/curl_easy_getinfo.3 @@ -30,9 +30,11 @@ Pass a pointer to a long to receive the last received HTTP code. .TP .B CURLINFO_FILETIME Pass a pointer to a long to receive the remote time of the retrieved -document. If you get 0, it can be because of many reasons (unknown, the server -hides it or the server doesn't support the command that tells document time -etc) and the time of the document is unknown. (Added in 7.5) +document. If you get -1, it can be because of many reasons (unknown, the +server hides it or the server doesn't support the command that tells document +time etc) and the time of the document is unknown. Note that you must tell the +server to collect this information before the transfer is made, by using the +CURLOPT_FILETIME option to \fIcurl_easy_setopt(3)\fP. (Added in 7.5) .TP .B CURLINFO_TOTAL_TIME Pass a pointer to a double to receive the total transaction time in seconds |