Method: OpenSSL::SSL::SSLSocket#sync_close
- Defined in:
- lib/openssl/ssl.rb
#sync_close ⇒ Object
Whether to close the underlying socket as well, when the SSL/TLS connection is shut down. This defaults to false.
412 413 414 |
# File 'lib/openssl/ssl.rb', line 412 def sync_close @sync_close end |