diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 9659d08093..d508aa81ce 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -148,7 +148,7 @@ handle_cast({conserve_memory, Conserve}, State) -> noreply(State). handle_info({'EXIT', _Pid, Reason}, State) -> - {noreply, Reason, State}; + {stop, Reason, State}; handle_info(timeout, State) -> %% TODO: Once we drop support for R11B-5, we can change this to |
