mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-20 22:49:36 +08:00
Remvoved response skipping for +ack message from client.
This commit is contained in:
@@ -157,9 +157,6 @@ func (server *Server) handleConnection(ctx context.Context, conn net.Conn) {
|
||||
fmt.Println(err)
|
||||
}
|
||||
} else {
|
||||
if command.Command == "ack" {
|
||||
continue
|
||||
}
|
||||
if _, err := w.Write(res); err != nil {
|
||||
// TODO: Log error at configured logger
|
||||
fmt.Println(err)
|
||||
|
Reference in New Issue
Block a user