Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
'shutdown' is also not cause of an internal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Feb 27, 2014
1 parent df3409b commit f32a4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/amqp_channels_manager.erl
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ handle_channel_down(Pid, Number, Reason, State) ->

maybe_report_down(_Pid, normal, _State) ->
ok;
maybe_report_down(_Pid, shutdown, _State) ->
ok;
maybe_report_down(_Pid, {app_initiated_close, _, _}, _State) ->
ok;
maybe_report_down(_Pid, {server_initiated_close, _, _}, _State) ->
Expand Down

0 comments on commit f32a4b2

Please sign in to comment.