# File lib/em-http/http_connection.rb, line 48
    def conn=(c)
      @conn = c
      @deferred = false
    end