Method: OpenSSL::SSL::SSLSocket#sync_close

Defined in:
lib/openssl/ssl.rb

#sync_closeObject

Whether to close the underlying socket as well, when the SSL/TLS connection is shut down. This defaults to false.



375
376
377
# File 'lib/openssl/ssl.rb', line 375

def sync_close
  @sync_close
end