From: "Richard W.M. Jones" <[email protected]>

(Found by Kamil Dudka)

Signed-off-by: Richard W.M. Jones <[email protected]>
Cc: Michael Tokarev <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
---
 block/curl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/block/curl.c b/block/curl.c
index 0fba451..6af8cb7 100644
--- a/block/curl.c
+++ b/block/curl.c
@@ -452,8 +452,6 @@ static int curl_open(BlockDriverState *bs, QDict *options, 
int flags)
     if (curl_easy_perform(state->curl))
         goto out;
     curl_easy_getinfo(state->curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &d);
-    curl_easy_setopt(state->curl, CURLOPT_WRITEFUNCTION, (void *)curl_read_cb);
-    curl_easy_setopt(state->curl, CURLOPT_NOBODY, 0);
     if (d)
         s->len = (size_t)d;
     else if(!s->len)
-- 
1.8.1.4


Reply via email to