增加记录IP

This commit is contained in:
hoteas
2022-08-21 03:49:56 +08:00
parent 41f455cf4c
commit ce9d8d055c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ func (that *Application) handler(w http.ResponseWriter, req *http.Request) {
//访问拦截true继续false暂停
connectListenerLen := len(that.connectListener)
for i := connectListenerLen - 1; i >= 0; i-- {
for i := 0; i < connectListenerLen; i++ {
if that.connectListener[i](&context) {