flush()
Flushes buffered data to the SSLSocket.
# File ext/openssl/lib/openssl/buffering.rb, line 433 def flush osync = @sync @sync = true do_write "" return self ensure @sync = osync end