class Async::HTTP::Protocol::HTTP1::Response

def pool=(pool)

def pool=(pool)
	if @connection.idle? or @connection.closed?
		pool.release(@connection)
	else
		@connection.pool = pool
	end
end