# File lib/cool.io/http_client.rb, line 209
    def on_error(reason)
      close
      raise RuntimeError, reason
    end