Explorar el Código

Fix ibrowse_http_client.erl

Fix misprint in #130
pull/132/head
Yury Gargay hace 9 años
padre
commit
0970fa0350
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/ibrowse_http_client.erl

+ 1
- 1
src/ibrowse_http_client.erl Ver fichero

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

Cargando…
Cancelar
Guardar