1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net
nobu 7727b22eb1 io.c: workaround for EPROTOTYPE
* io.c (internal_write_func, internal_writev_func): retry at
  unexpected EPROTOTYPE on macOS, to get rid of a kernel bug.
  [ruby-core:86690] [Bug #14713]

* ext/socket/init.c (rsock_{sendto,send,write}_blocking): ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-04-30 02:17:03 +00:00
..
fixtures
ftp io.c: workaround for EPROTOTYPE 2018-04-30 02:17:03 +00:00
http Raise ArgumentError if host component is nil 2018-03-08 16:07:54 +00:00
imap $SAFE as a process global state. [Feature #14250] 2017-12-28 20:09:24 +00:00
pop net/pop: make modified strings mutable 2018-01-30 00:22:22 +00:00
protocol
smtp