From 3f45f53725b680ceb3505ce5b5b6518dc3eba910 Mon Sep 17 00:00:00 2001 From: hoteas Date: Thu, 17 Aug 2017 01:53:04 +0000 Subject: [PATCH] --- trunk/src/go.hoteas.com/hotime/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/go.hoteas.com/hotime/app.go b/trunk/src/go.hoteas.com/hotime/app.go index 6a436c0..4dcf173 100644 --- a/trunk/src/go.hoteas.com/hotime/app.go +++ b/trunk/src/go.hoteas.com/hotime/app.go @@ -209,6 +209,7 @@ func (this *App) handler(w http.ResponseWriter, req *http.Request) { //访问拦截 if this.connectListener != nil { if !this.connectListener(context) { + context.View() return } }