mirror of
https://github.com/curl/curl.git
synced 2026-04-20 01:31:18 +03:00
transfer: don't set TIMER_STARTTRANSFER on first send
The time stamp is for measuring the first *received* byte Fixes #11669 Reported-by: JazJas on github Closes #11670
This commit is contained in:
parent
23c3dc20c1
commit
ab3b2c47bd
1 changed files with 0 additions and 3 deletions
|
|
@ -824,9 +824,6 @@ static CURLcode readwrite_upload(struct Curl_easy *data,
|
|||
bool sending_http_headers = FALSE;
|
||||
struct SingleRequest *k = &data->req;
|
||||
|
||||
if((k->bytecount == 0) && (k->writebytecount == 0))
|
||||
Curl_pgrsTime(data, TIMER_STARTTRANSFER);
|
||||
|
||||
*didwhat |= KEEP_SEND;
|
||||
|
||||
do {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue