class Async::HTTP::Protocol::HTTP10

def keep_alive?(headers)

def keep_alive?(headers)
	headers[:connection] == KEEP_ALIVE
end