mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 13:38:04 -05:00
parent
f014eeceb2
commit
5e7fc49c19
@ -175,6 +175,8 @@ static int hyper_body_chunk(void *userdata, const hyper_buf *chunk)
|
||||
}
|
||||
if(k->ignorebody)
|
||||
return HYPER_ITER_CONTINUE;
|
||||
if(0 == len)
|
||||
return HYPER_ITER_CONTINUE;
|
||||
Curl_debug(data, CURLINFO_DATA_IN, buf, len);
|
||||
if(!data->set.http_ce_skip && k->writer_stack)
|
||||
/* content-encoded data */
|
||||
|
Loading…
Reference in New Issue
Block a user