summaryrefslogtreecommitdiff
path: root/ext/openssl/lib/net
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/lib/net')
-rw-r--r--ext/openssl/lib/net/protocols.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/lib/net/protocols.rb b/ext/openssl/lib/net/protocols.rb
index 36c5077cb2..073d4f3027 100644
--- a/ext/openssl/lib/net/protocols.rb
+++ b/ext/openssl/lib/net/protocols.rb
@@ -45,7 +45,6 @@ module Net
@ssl_context.verify_mode = OpenSSL::SSL::VERIFY_NONE
end
@socket = OpenSSL::SSL::SSLSocket.new(@socket, @ssl_context)
- @socket.sync = true
@socket.sync_close = true
@socket.connect
end