class Falcon::Adapters::Output

def initialize(headers, body, length)

def initialize(headers, body, length)
	@length = length
	@body = body
	
	@chunks = nil
end