summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-01-14 12:09:31 +0000
committerMatthias Radestock <matthias@lshift.net>2009-01-14 12:09:31 +0000
commit116b4c434c754565388342e9d8ecf43bf9a17be9 (patch)
treee1fe1ce5c1554da35b211378dde1315ef8d1aaff /src
parentfc5e2907693525f198128148f4f1cde15e73f5eb (diff)
downloadrabbitmq-server-git-116b4c434c754565388342e9d8ecf43bf9a17be9.tar.gz
fix bug in handling of writer exit
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_channel.erl2
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