Explorar el Código

.

pull/153/head
Shadow hace 8 años
padre
commit
5b87ac71bc
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

@ -1878,7 +1878,7 @@ format_response_data(Resp_format, Body) ->
%% dont message an unexisting server
%% triggered by :stop or :tcp_closed on an unactive connection
do_reply(State, undefined, undefined, _, _, Msg) ->
do_reply(State, undefined, undefined, _, _, _Msg) ->
dec_pipeline_counter(State);
do_reply(State, From, undefined, _, Resp_format, {ok, St_code, Headers, Body}) ->

Cargando…
Cancelar
Guardar