class Async::HTTP::Protocol::HTTP1

def initialize(stream)

def initialize(stream)
	super(stream, HTTP11::CRLF)
end