mirror of
https://github.com/curl/curl.git
synced 2026-04-19 21:21:13 +03:00
parent
f014eeceb2
commit
5e7fc49c19
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue