class Falcon::Adapters::Output

def empty?

def empty?
	@length == 0 or (@body.respond_to?(:empty?) and @body.empty?)
end