Shim to make OpenSSL::SSL::SSLSocket behave like a regular TCPSocket for all intents and purposes of Net::SSH::BufferedIo
# File lib/net/ssh/proxy/https.rb, line 35 def send(data, _opts) syswrite(data) end