# File lib/em-http/http_header.rb, line 75
    def client_error?
      400 <= status && 500 > status
    end