Skip to content

Commit c8d4838

Browse files
Resolve a missed conflict
1 parent f79bc1c commit c8d4838

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,15 +1080,8 @@ close_sent(info, {tcp_closed, S}, _StatemData) ->
10801080
rabbit_log_connection:debug("Stream protocol connection socket ~w closed [~w]",
10811081
[S, self()]),
10821082
stop;
1083-
<<<<<<< HEAD
10841083
close_sent(info, {tcp_error, S, Reason}, #statem_data{}) ->
10851084
rabbit_log_connection:error("Stream protocol connection socket error: ~p [~w] [~w]",
1086-
=======
1087-
close_sent(info, {tcp_error, S, Reason},
1088-
#statem_data{transport = Transport, connection_state = State}) ->
1089-
rabbit_log_connection:error("Stream protocol connection socket error: ~p [~w] "
1090-
"[~w]",
1091-
>>>>>>> master
10921085
[Reason, S, self()]),
10931086
stop;
10941087
close_sent(info, {resource_alarm, IsThereAlarm},

0 commit comments

Comments
 (0)