class Async::HTTP::Protocol::HTTP11

def keep_alive?(headers)

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