class Falcon::Adapters::Output

def read

def read
	if @chunks
		return @chunks.next
	end
rescue StopIteration
	nil
end