projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
47d531a
)
- unset in http_curl_defaults() too
author
Michael Wallner
<mike@php.net>
Fri, 14 Oct 2005 09:10:30 +0000
(09:10 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 14 Oct 2005 09:10:30 +0000
(09:10 +0000)
http_request_api.c
patch
|
blob
|
history
diff --git
a/http_request_api.c
b/http_request_api.c
index 777fd7be0e3ce653a2357ed674ae9bf2d79adab5..35404f144e7a42f5617eb141e128ed8edfc0956f 100644
(file)
--- a/
http_request_api.c
+++ b/
http_request_api.c
@@
-949,6
+949,7
@@
static inline void _http_curl_defaults(CURL *ch)
HTTP_CURL_OPT(COOKIEJAR, NULL);
HTTP_CURL_OPT(RESUME_FROM, 0);
HTTP_CURL_OPT(MAXFILESIZE, 0);
+ HTTP_CURL_OPT(TIMECONDITION, 0);
HTTP_CURL_OPT(TIMEVALUE, 0);
HTTP_CURL_OPT(TIMEOUT, 0);
HTTP_CURL_OPT(CONNECTTIMEOUT, 3);