This commit is contained in:
Your Name
2021-08-16 20:04:20 -04:00
parent 69f2573e26
commit 061218ef73

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"))
}
}