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:
4c925ef
)
- remove ambigious OPT
author
Michael Wallner
<mike@php.net>
Tue, 3 May 2005 10:21:08 +0000
(10:21 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 3 May 2005 10:21:08 +0000
(10:21 +0000)
http_curl_api.c
patch
|
blob
|
history
diff --git
a/http_curl_api.c
b/http_curl_api.c
index 9fc04fb2dbe1a473eaf1273c66cacd6ac7b3958f..a0702e74d710c7775340b3469fad8d95eb305123 100644
(file)
--- a/
http_curl_api.c
+++ b/
http_curl_api.c
@@
-189,7
+189,6
@@
static void _http_curl_setopts(CURL *ch, const char *url, HashTable *options, ph
HTTP_CURL_OPT(HEADER, 0);
HTTP_CURL_OPT(FILETIME, 1);
- HTTP_CURL_OPT(NOPROGRESS, 1);
HTTP_CURL_OPT(AUTOREFERER, 1);
HTTP_CURL_OPT(WRITEFUNCTION, http_curl_write_callback);
HTTP_CURL_OPT(HEADERFUNCTION, http_curl_write_callback);