- remove ambigious OPT
authorMichael Wallner <mike@php.net>
Tue, 3 May 2005 10:21:08 +0000 (10:21 +0000)
committerMichael Wallner <mike@php.net>
Tue, 3 May 2005 10:21:08 +0000 (10:21 +0000)
http_curl_api.c

index 9fc04fb2dbe1a473eaf1273c66cacd6ac7b3958f..a0702e74d710c7775340b3469fad8d95eb305123 100644 (file)
@@ -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);