Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d334856c6c |
+5
-2
@@ -127,7 +127,9 @@ func (this *Application) Run(router Router) {
|
||||
ch <- 1
|
||||
|
||||
}()
|
||||
} else if ObjToCeilInt(this.TLSPort) != 0 {
|
||||
}
|
||||
|
||||
if ObjToCeilInt(this.TLSPort) != 0 {
|
||||
go func() {
|
||||
|
||||
App[this.TLSPort] = this
|
||||
@@ -139,7 +141,8 @@ func (this *Application) Run(router Router) {
|
||||
ch <- 2
|
||||
|
||||
}()
|
||||
} else {
|
||||
}
|
||||
if ObjToCeilInt(this.Port) == 0 && ObjToCeilInt(this.TLSPort) == 0 {
|
||||
logFmt("没有端口启用", 2, LOG_INFO)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user