This commit is contained in:
Your Name 2021-08-16 20:04:20 -04:00
parent 69f2573e26
commit 061218ef73
1 changed files with 2 additions and 0 deletions

View File

@ -231,5 +231,7 @@ func handleConnection(conn net.Conn, UC MetadataCache, PC MetadataCache) {
m.Delete(c.ObjectId)
conn.Write([]byte("200"))
}
conn.Write([]byte("\n"))
}
}