Ver código fonte

Fix ibrowse_http_client.erl

Fix misprint in #130
pull/132/head
Yury Gargay 9 anos atrás
pai
commit
0970fa0350
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl Ver arquivo

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

Carregando…
Cancelar
Salvar