diff options
author | Dave Reisner <d@falconindy.com> | 2011-01-29 22:41:07 -0500 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2011-01-31 14:49:51 +0100 |
commit | b89122a2bf1663f16d0977977c83320470c6d438 (patch) | |
tree | 71cfdb23bd21304f2d0cc7ecd3c1ff49dfe314e9 /docs/libcurl | |
parent | 99dcb11ed8bd78d3af47c6ce3cc6b1fa4c51fdf8 (diff) |
file: add support for CURLOPT_TIMECONDITION
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 95772d2e3..8c772c6e5 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1648,8 +1648,8 @@ given limit. This concerns both FTP and HTTP transfers. .IP CURLOPT_TIMECONDITION Pass a long as parameter. This defines how the \fICURLOPT_TIMEVALUE\fP time value is treated. You can set this parameter to \fICURL_TIMECOND_IFMODSINCE\fP -or \fICURL_TIMECOND_IFUNMODSINCE\fP. This feature applies to HTTP, FTP, and -RTSP. +or \fICURL_TIMECOND_IFUNMODSINCE\fP. This feature applies to HTTP, FTP, RTSP, +and FILE. The last modification time of a file is not always known and in such instances this feature will have no effect even if the given time condition would not |