Method: OpenSSL::Buffering#close
- Defined in:
- lib/openssl/buffering.rb
#close ⇒ Object
Closes the SSLSocket and flushes any unwritten data.
483 484 485 486 |
# File 'lib/openssl/buffering.rb', line 483 def close flush rescue nil sysclose end |