[ruby-cvs:73025] normal:r65925 (trunk): ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCK
normal at ruby-lang.org
normal at ruby-lang.org
Thu Nov 22 19:13:21 JST 2018
normal 2018-11-22 19:13:21 +0900 (Thu, 22 Nov 2018)
New Revision: 65925
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65925
Log:
ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCK
We need to make sockets non-blocking for systems without
SOCK_CLOEXEC/SOCK_NONBLOCK macros at all.
[ruby-core:89965] [Bug #14968]
Modified files:
trunk/ext/socket/init.c
More information about the ruby-cvs
mailing list