diff --git a/src/ibrowse_lb.erl b/src/ibrowse_lb.erl index 316e8e2..993e8d4 100644 --- a/src/ibrowse_lb.erl +++ b/src/ibrowse_lb.erl @@ -248,7 +248,7 @@ find_best_connection(Pid, Tid, Max_pipe) -> _ -> {ok, Pid} end; -_ -> + _ -> find_best_connection(ets:next(Tid, Pid), Tid, Max_pipe) end.