class Async::HTTP::Protocol::HTTP11
def persistent?(headers)
def persistent?(headers) if connection = headers[CONNECTION] return !connection.include?(CLOSE) else return true end end
def persistent?(headers) if connection = headers[CONNECTION] return !connection.include?(CLOSE) else return true end end