class Falcon::Adapters::Input

def eof?

@returns [Boolean]
Has the input stream been read completely?
def eof?
	@finished and @buffer.nil?
end