mirror of
https://github.com/curl/curl.git
synced 2026-06-05 21:14:16 +03:00
parent
063bfa358e
commit
1e0b6f705e
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ CURLcode Curl_hyper_header(struct Curl_easy *data, hyper_headers *headers,
|
|||
free(ptr);
|
||||
}
|
||||
else
|
||||
Curl_debug(data, CURLINFO_HEADER_OUT, (char *)line, linelen);
|
||||
Curl_debug(data, CURLINFO_HEADER_OUT, (char *)n, linelen);
|
||||
}
|
||||
numh++;
|
||||
n += linelen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue