class Sinatra::Response

def drop_content_info?

def drop_content_info?
  status.to_i / 100 == 1 or drop_body?
end