mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
disable non-blocking pipes and sockets by default
There seems to be a compatibility problems with Rails + Rack::Deflater; so we revert this incompatibility. This effectively reverts r65922; but keeps the bugfixes to better support non-blocking sockets and pipes for future use. [Bug #15356] [Bug #14968] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7e3043463
commit
9d74d402e1
5 changed files with 10 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
# define RSOCK_NONBLOCK_DEFAULT (0)
|
||||
#else
|
||||
# define RSOCK_NONBLOCK_DEFAULT (1)
|
||||
# define RSOCK_NONBLOCK_DEFAULT (0)
|
||||
# include <sys/socket.h>
|
||||
# include <netinet/in.h>
|
||||
# ifdef HAVE_NETINET_IN_SYSTM_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue