# File lib/thin_http.rb, line 98
  def host= host
    if @host != host
      @host = host
      reset_connection
    end
    @host
  end