1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-08 21:49:08 +00:00

Fix some plugins

This commit is contained in:
Makis Maropoulos
2016-06-17 02:01:42 +03:00
parent 648bd0d335
commit 2dac93104a
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -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 {