Procházet zdrojové kódy

Fix ibrowse_http_client.erl

Fix misprint in #130
pull/132/head
Yury Gargay před 10 roky
rodič
revize
0970fa0350
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl Zobrazit soubor

@ -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 ->

Načítá se…
Zrušit
Uložit