mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
parent
7de85d271a
commit
32311d2d15
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ static int hyper_each_header(void *userdata,
|
|||
char *headp;
|
||||
CURLcode result;
|
||||
int writetype;
|
||||
|
||||
if(!data->req.bytecount)
|
||||
Curl_pgrsTime(data, TIMER_STARTTRANSFER);
|
||||
|
||||
Curl_dyn_reset(&data->state.headerb);
|
||||
if(name_len) {
|
||||
if(Curl_dyn_addf(&data->state.headerb, "%.*s: %.*s\r\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue