mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
parent
7de85d271a
commit
32311d2d15
@ -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…
Reference in New Issue
Block a user