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