From 4524618bf212b92ba5c651833b289e33c60430ff Mon Sep 17 00:00:00 2001 From: William Ahern Date: Mon, 19 Jun 2006 01:18:05 +0000 Subject: Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and UDP even when a poll(2) or select(2) suggest otherwise. --- ares/CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ares/CHANGES') diff --git a/ares/CHANGES b/ares/CHANGES index d96078499..880d22839 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,13 @@ Changelog for the c-ares project +* June 18, 2006 + +- William Ahern handles EAGAIN/EWOULDBLOCK errors in most of the I/O calls + from area_process.c. + + TODO: Handle one last EAGAIN for a UDP socket send(2) in + ares__send_query(). + * May 10, 2006 - Bram Matthys brought my attention to a libtool peculiarity where detecting -- cgit v1.2.3