mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix r42168; Add class name to constants
[ruby-core:56158] [Feature #8681] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67d05682b0
commit
044e75db6d
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ module Net #:nodoc:
|
||||||
s = Timeout.timeout(@open_timeout, Net::OpenTimeout) {
|
s = Timeout.timeout(@open_timeout, Net::OpenTimeout) {
|
||||||
TCPSocket.open(conn_address, conn_port, @local_host, @local_port)
|
TCPSocket.open(conn_address, conn_port, @local_host, @local_port)
|
||||||
}
|
}
|
||||||
s.setsockopt(IPPROTO_TCP, TCP_NODELAY, 1)
|
s.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY, 1)
|
||||||
D "opened"
|
D "opened"
|
||||||
if use_ssl?
|
if use_ssl?
|
||||||
ssl_parameters = Hash.new
|
ssl_parameters = Hash.new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue