Преглед изворни кода

Fix ibrowse_http_client.erl

Fix misprint in #130
pull/132/head
Yury Gargay пре 9 година
родитељ
комит
0970fa0350
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl Прегледај датотеку

@ -1923,7 +1923,7 @@ cancel_timer(Ref, {eat_message, Msg}) ->
end.
make_req_id() ->
case catch erlang:unqiue_integer() of
case catch erlang:unique_integer() of
{'EXIT', _} ->
erlang:apply(erlang, now, []);
V ->

Loading…
Откажи
Сачувај