[ruby-core:89884] Re: [Ruby trunk Bug#15318] net/imap socket backward compatibility broken between in ruby 2.5+

From: Eric Wong <normalperson@...>
Date: 2018-11-19 18:38:37 UTC
List: ruby-core #89884
karis10@f5foster.com wrote:
> https://bugs.ruby-lang.org/issues/15318

"Socket.tcp" been part of the public Ruby API for around 10 years
already.  socksify should be supporting it in addition to TCPSocket;
because there is code which uses Socket directly.

It should've been wrapping all calls to Socket.new and maybe
Socket.for_fd to intercept the AF_INET* && SOCK_STREAM ones, too.

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next