class Falcon::Adapters::Input

def close

Close and discard the remainder of the input stream.
def close
	@body&.close
end