mirror of
https://github.com/curl/curl.git
synced 2026-07-27 17:19:29 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -458,7 +458,7 @@ CURLMcode curl_multi_add_handle(struct Curl_multi *multi,
|
|||
happens if the lastcall time is set to the same time when the handle is
|
||||
removed as when the next handle is added, as then the check in
|
||||
update_timer() that prevents calling the application multiple times with
|
||||
the same timer infor will not trigger and then the new handle's timeout
|
||||
the same timer info will not trigger and then the new handle's timeout
|
||||
will not be notified to the app.
|
||||
|
||||
The work-around is thus simply to clear the 'lastcall' variable to force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue