From 1be19a8a298aa0e25481491304e20322c85c97e7 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 18 Mar 2022 13:59:35 -0600 Subject: Update throttle test to reflect new behavior The "throttling" performed by Farside now redirects to the same instance as before, rather than outright blocking the connection. --- lib/farside/router.ex | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/farside/router.ex b/lib/farside/router.ex index f037ee2..2419055 100644 --- a/lib/farside/router.ex +++ b/lib/farside/router.ex @@ -46,8 +46,6 @@ defmodule Farside.Router do true -> Farside.pick_instance(service) end - IO.inspect(get_req_header(conn, "throttle")) - IO.inspect(instance) params = cond do -- cgit v1.2.3