Skip to content

Commit

Permalink
Fix miss static sent for NewSession
Browse files Browse the repository at this point in the history
  • Loading branch information
lzydmxy committed May 29, 2024
1 parent 5b37bc5 commit 3fdb13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/ConnectionHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ bool ConnectionHandler::sendHandshake(const Coordination::ZooKeeperResponsePtr &
Coordination::write(passwd, *send_buf);

send_buf->next();
packageSent();

return success;
}

Expand Down

0 comments on commit 3fdb13c

Please sign in to comment.