diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-15 09:17:22 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-15 09:17:22 +0000 |
| commit | 601ff14d247fdd4d97c4c41586a95315a47ef50e (patch) | |
| tree | d6a0cf7b2da68331ea304b78053098287268a756 /ChangeLog | |
| parent | affb8fa3af7c2ae6b305d69c18be45663f5391af (diff) | |
| download | ruby-601ff14d247fdd4d97c4c41586a95315a47ef50e.tar.gz ruby-601ff14d247fdd4d97c4c41586a95315a47ef50e.tar.xz ruby-601ff14d247fdd4d97c4c41586a95315a47ef50e.zip | |
* ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by
blocking region if checked before readable/writable by select.
* ext/socket/socket.c (bsock_send, s_recvfrom, udp_send, unix_send_io,
unix_recv_io): should check readable/writable before blocking calling
blocking functions.
see [ruby-dev:35446]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Jul 15 18:14:20 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by + blocking region if checked before readable/writable by select. + + * ext/socket/socket.c (bsock_send, s_recvfrom, udp_send, unix_send_io, + unix_recv_io): should check readable/writable before blocking calling + blocking functions. + see [ruby-dev:35446] + Tue Jul 15 18:12:02 2008 NAKAMURA Usaku <usa@ruby-lang.org> * thread_win32.c (ubf_handle): cancel blocking IO if it can (only |
