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