Allow error message to be transmitted to admin client

This commit is contained in:
Qian Wang 2019-01-22 00:04:08 +00:00
parent 9d2e9be1ef
commit a1d546dc0b
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ func dispatchConnection(conn net.Conn, sta *server.State) {
resp, err := c.HandleRequest(data[:n])
if err != nil {
log.Println(err)
return
}
_, err = conn.Write(resp)
if err != nil {