Loading lib/transfer.c +4 −3 Original line number Original line Diff line number Diff line Loading @@ -238,9 +238,10 @@ CURLcode Curl_readrewind(struct connectdata *conn) conn->bits.rewindaftersend = FALSE; /* we rewind now */ conn->bits.rewindaftersend = FALSE; /* we rewind now */ /* explicitly switch of sending data on this transfer now since we are about /* explicitly switch off sending data on this connection now since we are to restart a new transfer and thus we want to avoid inadvertently sending about to restart a new transfer and thus we want to avoid inadvertently more data on the existing connection until the next request starts */ sending more data on the existing connection until the next transfer starts */ data->req.keepon &= ~KEEP_WRITE; data->req.keepon &= ~KEEP_WRITE; /* We have sent away data. If not using CURLOPT_POSTFIELDS or /* We have sent away data. If not using CURLOPT_POSTFIELDS or Loading Loading
lib/transfer.c +4 −3 Original line number Original line Diff line number Diff line Loading @@ -238,9 +238,10 @@ CURLcode Curl_readrewind(struct connectdata *conn) conn->bits.rewindaftersend = FALSE; /* we rewind now */ conn->bits.rewindaftersend = FALSE; /* we rewind now */ /* explicitly switch of sending data on this transfer now since we are about /* explicitly switch off sending data on this connection now since we are to restart a new transfer and thus we want to avoid inadvertently sending about to restart a new transfer and thus we want to avoid inadvertently more data on the existing connection until the next request starts */ sending more data on the existing connection until the next transfer starts */ data->req.keepon &= ~KEEP_WRITE; data->req.keepon &= ~KEEP_WRITE; /* We have sent away data. If not using CURLOPT_POSTFIELDS or /* We have sent away data. If not using CURLOPT_POSTFIELDS or Loading