Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow committed Mar 8, 2017
1 parent 74c335d commit 5b87ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibrowse_http_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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}) ->
Expand Down

0 comments on commit 5b87ac7

Please sign in to comment.