mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
stop using the word 'just'
Everywhere. In documentation and code comments. It is almost never a good word and almost always a filler that should be avoided. Closes #20793
This commit is contained in:
parent
4b583b7585
commit
b4dba346cd
213 changed files with 727 additions and 772 deletions
|
|
@ -724,7 +724,7 @@ static CURLcode easy_transfer(struct Curl_multi *multi)
|
|||
* easy handle, destroys the multi handle and returns the easy handle's return
|
||||
* code.
|
||||
*
|
||||
* REALITY: it cannot just create and destroy the multi handle that easily. It
|
||||
* REALITY: it cannot create and destroy the multi handle that easily. It
|
||||
* needs to keep it around since if this easy handle is used again by this
|
||||
* function, the same multi handle must be reused so that the same pools and
|
||||
* caches can be used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue