class Async::HTTP::Protocol::HTTP11

def initialize(stream)

def initialize(stream)
	super(stream, CRLF)
	
	@keep_alive = true
end