mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:16:35 +03:00
lib: remove personal names from comments
- it's just too random who got mentioned - we can't mention all, so better consistently mention none - make sure they all are mentioned in THANKS - also remove some unnecessary comment ramblings Closes #18803
This commit is contained in:
parent
7f0fd14d9f
commit
ea4ba6d9ef
8 changed files with 14 additions and 45 deletions
|
|
@ -821,8 +821,8 @@ static bool verifyconnect(curl_socket_t sockfd, int *error)
|
|||
* In October 2003 we effectively nullified this function on Windows due to
|
||||
* problems with it using all CPU in multi-threaded cases.
|
||||
*
|
||||
* In May 2004, we bring it back to offer more info back on connect failures.
|
||||
* Gisle Vanem could reproduce the former problems with this function, but
|
||||
* In May 2004, we brought it back to offer more info back on connect
|
||||
* failures. We could reproduce the former problems with this function, but
|
||||
* could avoid them by adding this SleepEx() call below:
|
||||
*
|
||||
* "I do not have Rational Quantify, but the hint from his post was
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue