Explorar el Código

Fixed dialyzer warning which showed a bug!

pull/62/head
Chandrashekhar Mullaparthi hace 13 años
padre
commit
0f4f99b0be
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

@ -1789,7 +1789,7 @@ shutting_down(#state{lb_ets_tid = undefined}) ->
ok;
shutting_down(#state{lb_ets_tid = Tid,
cur_pipeline_size = _Sz}) ->
catch ets:match_delete(Tid, self()).
catch ets:delete(Tid, self()).
inc_pipeline_counter(#state{is_closing = true} = State) ->
State;

Cargando…
Cancelar
Guardar