mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
parent
2e770b33e8
commit
dd71f61ea2
53 changed files with 65 additions and 84 deletions
|
|
@ -64,7 +64,7 @@ CURLcode Curl_req_soft_reset(struct SingleRequest *req,
|
|||
req->header = FALSE;
|
||||
req->headerline = 0;
|
||||
req->headerbytecount = 0;
|
||||
req->allheadercount = 0;
|
||||
req->allheadercount = 0;
|
||||
req->deductheadercount = 0;
|
||||
req->httpversion_sent = 0;
|
||||
req->httpversion = 0;
|
||||
|
|
@ -132,7 +132,7 @@ void Curl_req_hard_reset(struct SingleRequest *req, struct Curl_easy *data)
|
|||
req->writebytecount = 0;
|
||||
req->start = t0;
|
||||
req->headerbytecount = 0;
|
||||
req->allheadercount = 0;
|
||||
req->allheadercount = 0;
|
||||
req->deductheadercount = 0;
|
||||
req->headerline = 0;
|
||||
req->offset = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue