mirror of
https://github.com/curl/curl.git
synced 2026-04-24 07:12:11 +03:00
pingpong: don't use *bump_headersize
We use that for HTTP(S) only.
Follow-up to 3ee79c1674
Closes #11590
This commit is contained in:
parent
8a9f4d481a
commit
83319e0271
1 changed files with 1 additions and 3 deletions
|
|
@ -341,9 +341,7 @@ CURLcode Curl_pp_readresp(struct Curl_easy *data,
|
|||
ssize_t clipamount = 0;
|
||||
bool restart = FALSE;
|
||||
|
||||
result = Curl_bump_headersize(data, gotbytes, FALSE);
|
||||
if(result)
|
||||
return result;
|
||||
data->req.headerbytecount += (unsigned int)gotbytes;
|
||||
|
||||
pp->nread_resp += gotbytes;
|
||||
for(i = 0; i < gotbytes; ptr++, i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue