class Falcon::Adapters::Input
def rewind
def rewind if @body # If the body is not rewindable, this will fail. @body.rewind @buffer.clear @finished = false end end
def rewind if @body # If the body is not rewindable, this will fail. @body.rewind @buffer.clear @finished = false end end