- 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)
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -6,6 +6,13 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel Stenberg (11 Feb 2009)
|
||||
- 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)
|
||||
|
||||
Daniel Fandrich (4 Feb 2009)
|
||||
- Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGS
|
||||
(respectively) when --with-ssl=/usr is used (patch based on FreeBSD).
|
||||
|
||||
Reference in New Issue
Block a user