mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:03:37 +03:00
source: avoid use of 'very' in comments
This commit is contained in:
parent
d1323839be
commit
9cc246401e
16 changed files with 64 additions and 67 deletions
|
|
@ -777,8 +777,8 @@ static void xfer_setup(
|
|||
int sockindex, /* socket index to read from or -1 */
|
||||
curl_off_t size, /* -1 if unknown at this point */
|
||||
bool getheader, /* TRUE if header parsing is wanted */
|
||||
int writesockindex, /* socket index to write to, it may very well be
|
||||
the same we read from. -1 disables */
|
||||
int writesockindex, /* socket index to write to, it may be the same we
|
||||
read from. -1 disables */
|
||||
bool shutdown, /* shutdown connection at transfer end. Only
|
||||
* supported when sending OR receiving. */
|
||||
bool shutdown_err_ignore /* errors during shutdown do not fail the
|
||||
|
|
@ -801,7 +801,7 @@ static void xfer_setup(
|
|||
conn->sock[sockindex];
|
||||
conn->writesockfd = conn->sockfd;
|
||||
if(want_send)
|
||||
/* special and very HTTP-specific */
|
||||
/* special and HTTP-specific */
|
||||
writesockindex = FIRSTSOCKET;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue