Re add goWeb

This commit is contained in:
Qian Wang 2019-08-07 19:46:10 +01:00
parent 572fe8486a
commit d07312c6d1
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,8 @@ func dispatchConnection(conn net.Conn, sta *server.State) {
"proxyMethod": proxyMethod,
"encryptionMethod": encryptionMethod,
}).Warn(err)
goWeb()
return
}
sessionKey := make([]byte, 32)
@ -69,6 +71,7 @@ func dispatchConnection(conn net.Conn, sta *server.State) {
if err != nil {
log.Error(err)
goWeb()
return
}
// adminUID can use the server as normal with unlimited QoS credits. The adminUID is not