less logging

This commit is contained in:
Your Name 2021-08-16 20:14:19 -04:00
parent 3775a5e70e
commit 1e149fa984
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ func handleConnection(conn net.Conn, UC MetadataCache, PC MetadataCache) {
buf, err := tp.ReadLine()
if err != nil {
conn.Close()
return
break
}
num++
var c cachecommand