Skip to content

Commit 993c238

Browse files
author
Emile Joubert
committed
Merged bug24560 into default
2 parents d3aca67 + 341e006 commit 993c238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ handle_other({conserve_memory, Conserve}, Deb, State) ->
281281
handle_other({channel_closing, ChPid}, Deb, State) ->
282282
ok = rabbit_channel:ready_for_close(ChPid),
283283
channel_cleanup(ChPid),
284-
mainloop(Deb, State);
284+
mainloop(Deb, maybe_close(State));
285285
handle_other({'EXIT', Parent, Reason}, _Deb, State = #v1{parent = Parent}) ->
286286
terminate(io_lib:format("broker forced connection closure "
287287
"with reason '~w'", [Reason]), State),

0 commit comments

Comments
 (0)