merge clash 1.9.0

This commit is contained in:
Maze.tsz
2022-01-04 17:58:50 +08:00
parent 3bb32d12e0
commit 14917c8af1
5 changed files with 43 additions and 50 deletions

View File

@ -107,6 +107,7 @@ func ReCreateHTTP(port int, tcpIn chan<- C.ConnContext) {
httpListener, err = http.New(addr, tcpIn)
if err != nil {
log.Errorln("Start HTTP server error: %s", err.Error())
return
}