- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Feb 2009 21:47:14 +0000 (21:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Feb 2009 21:47:14 +0000 (21:47 +0000)
commit002cf105c6779ecf66acb36ba86aa415b8b98b09
treedefd4aa636c848dccfabb0290cd33ba9c3085696
parentfb8fdf92732dbd664c1a32305987cc1e0938e27d
- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
  the condition in the previous request was unmet. This is typically a time
  condition set with CURLOPT_TIMECONDITION and was previously not possible to
  reliably figure out. From bug report #2565128
  (http://curl.haxx.se/bug/view.cgi?id=2565128)
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_easy_setopt.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/ftp.c
lib/getinfo.c
lib/transfer.c
lib/urldata.h