Re add goWeb

pull/71/head
Qian Wang 5 years ago
parent 572fe8486a
commit d07312c6d1

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

Loading…
Cancel
Save