From 91aeebed261e0b813c772733cffca84908516e7b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 6 Mar 2008 03:48:33 +0000 Subject: Regression fix: select/poll calls will only be retried upon EINTR failures as it previously was in lib/select.c revision 1.29 In this way Curl_socket_ready() and Curl_poll() will again fail on any select/poll errors different than EINTR. --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 41f82eada..7bbe7065b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,7 @@ This release includes the following bugfixes: o crash when connection cache size is 1 and Curl_do() failed o GnuTLS-built libcurl can now be forced to prefer SSLv3 o crash when doing Negotiate again on a re-used connection + o select/poll regression This release includes the following known bugs: -- cgit v1.2.3