369 370 371 372 373
# File 'lib/httpclient/session.rb', line 369 def <<(str) rv = @ssl_socket.write(str) debug(str) rv end