Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 10, 2024
1 parent 82523c3 commit f3f186c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/xandra/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ defmodule Xandra.Connection do
def connected(:info, message, data) when is_data_message(data.transport, message) do
:ok = Transport.setopts(data.transport, active: :once)
{_mod, _socket, bytes} = message

data = update_in(data.buffer, &(&1 <> bytes))
handle_new_bytes(data)
end
Expand Down

0 comments on commit f3f186c

Please sign in to comment.