91 92 93 94 95
# File 'lib/httpclient/ssl_socket.rb', line 91 def <<(str) rv = @ssl_socket.write(str) debug(str) rv end