mirror of https://github.com/cbeuw/Cloak
Allow error message to be transmitted to admin client
This commit is contained in:
parent
9d2e9be1ef
commit
a1d546dc0b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue