normal b90ad8a2f6 lib/net/*: use io/wait methods instead of IO.select
io/wait is expected to work on any platform where sockets are
supported.  io/wait methods uses fewer allocations and uses
ppoll internally under Linux for better performance on
high-numbered FDs.

[ruby-core:35572] describes the performance advantage of ppoll
on high-numbered FDs.

* lib/net/protocol.rb (rbuf_fill): use IO#wait_*able
* lib/net/http/generic_request.rb (wait_for_continue): ditto

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-04-15 20:11:23 +00:00
..
2015-01-17 15:57:50 +00:00
2015-04-01 00:59:14 +00:00
2015-04-11 13:49:02 +00:00
2015-01-08 03:52:01 +00:00
2015-04-14 03:35:18 +00:00
2015-02-17 02:47:19 +00:00
2015-02-14 03:20:04 +00:00