1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

minor spell and language fix of a comment

This commit is contained in:
Daniel Stenberg 2008-05-03 21:49:16 +00:00
parent fc9e0d2249
commit 19da3606f9

View File

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