class Async::HTTP::Protocol::HTTP1::Connection

def read_line?

def read_line?
	@stream.read_until(CRLF)
end