class Sinatra::Response
def calculate_content_length?
def calculate_content_length? headers["Content-Type"] and not headers["Content-Length"] and Array === body end
def calculate_content_length? headers["Content-Type"] and not headers["Content-Length"] and Array === body end