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

def read_line

def read_line
	@stream.read_until(CRLF) or raise EOFError, "Could not read line!"
end