1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 20:40:52 +00:00

- Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't

check for broken connections like ares_process() did. Based on that, I
  merged the two functions into a single generic one with two front-ends.
This commit is contained in:
Daniel Stenberg
2010-01-28 22:03:48 +00:00
parent 004c2e3400
commit 8b6f71ce95
3 changed files with 35 additions and 22 deletions

View File

@ -8,9 +8,10 @@ Fixed:
o closing of sockets on Windows systems
o MSVC deprecated compiler options warnings
o ares_process_fd() didn't check broken connections
Thanks go to these friendly people for their efforts and contributions:
Ingmar Runge, Laszlo Tamas Szabo
Ingmar Runge, Laszlo Tamas Szabo, Yang Tse, Tommie Gannert
Have fun!