From 15ddc1f1347ec3853cf3d9ed91c137c440fed35a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Jan 2010 22:03:48 +0000 Subject: - 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. --- ares/RELEASE-NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ares/RELEASE-NOTES') diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index a444c2c18..120ac2908 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -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! -- cgit v1.2.3