module Roda::RodaPlugins::SinatraHelpers::ResponseMethods
def finish
def finish @length = @body.length if @body.is_a?(DelayedBody) && !@headers["Content-Length"] super end
def finish @length = @body.length if @body.is_a?(DelayedBody) && !@headers["Content-Length"] super end