mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
docs: remove use of the word 'very'
It is mostly superfluous. proselint would complain. Closes #11818
This commit is contained in:
parent
28f8440c0b
commit
945db0d958
23 changed files with 52 additions and 52 deletions
|
|
@ -69,9 +69,9 @@ int main(void)
|
|||
curl_slist_free_all(recipients);
|
||||
|
||||
/* curl will not send the QUIT command until you call cleanup, so you
|
||||
* should be able to reuse this connection for additional requests. It
|
||||
* may not be a good idea to keep the connection open for a very long time
|
||||
* though (more than a few minutes may result in the server timing out the
|
||||
* should be able to reuse this connection for additional requests. It may
|
||||
* not be a good idea to keep the connection open for a long time though
|
||||
* (more than a few minutes may result in the server timing out the
|
||||
* connection) and you do want to clean up in the end.
|
||||
*/
|
||||
curl_easy_cleanup(curl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue