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