class Async::HTTP::Protocol::HTTP11

def initialize(stream)

def initialize(stream)
	super(stream, CRLF)
	
	@persistent = true
	@count = 0
end