# File lib/em-http/http_connection.rb, line 158 def start @conn.start_tls(@connopts.tls) if client && client.req.ssl? @conn.succeed end