class Async::HTTP::Protocol::HTTP11

def persistent?(headers)

def persistent?(headers)
	headers['connection'] != CLOSE
end