瀏覽代碼

Update src/ibrowse_lb.erl

ets update counter throws exception when the corresponding process has already shutdown. Added line fee to L248
pull/83/head
maruthavanan 12 年之前
父節點
當前提交
7c55ac9fc6
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      src/ibrowse_lb.erl

+ 2
- 1
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.

Loading…
取消
儲存