1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 04:21:57 +00:00
Makis Maropoulos
2016-06-16 00:13:56 +03:00
parent 6a77c2ed22
commit 8cddc68993
4 changed files with 18 additions and 19 deletions

View File

@@ -171,7 +171,7 @@ func (s *Framework) prepareTemplates() {
func (s *Framework) openServer() (err error) {
s.initialize()
s.Plugins.DoPreListen(s)
if err = s.HTTPServer.open(); err == nil {
if err = s.HTTPServer.Open(); err == nil {
// print the banner
if !s.Config.DisableBanner {
s.Logger.PrintBanner(banner,