mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 12:27:02 +00:00
Fix some plugins
This commit is contained in:
@@ -89,7 +89,7 @@ func (i *iriscontrol) initializeChild() {
|
||||
}
|
||||
})
|
||||
|
||||
go i.child.Listen(i.parent.HTTPServer.VirtualHostname() + strconv.Itoa(i.port))
|
||||
go i.child.Listen(i.parent.HTTPServer.VirtualHostname() + ":" + strconv.Itoa(i.port))
|
||||
}
|
||||
|
||||
func (i *iriscontrol) parentIsRunning() bool {
|
||||
|
||||
Reference in New Issue
Block a user