Przeglądaj źródła

Fix ibrowse_http_client.erl

Fix misprint in #130
pull/132/head
Yury Gargay 9 lat temu
rodzic
commit
0970fa0350
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz