Skip to content

Commit 5458479

Browse files
author
奇淼(piexlmax
authored
Merge pull request #28 from iBreaker/bugfix
🐛 httpRouter FMT()参数bug
2 parents c6a2be0 + e76d62e commit 5458479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/httpRouter/httpRouter/replacement.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func MyHttpRouterServer(server *httprouter.Router, w http.ResponseWriter, r *htt
110110
global.PoolTreeMap.Range(func(key, value interface{}) bool {
111111
if value.(*request.PoolTree).IsThisBegin(id) {
112112
global.PoolTreeMap.Delete(key)
113-
value.(*request.PoolTree).FMT(&HookGroup.Detail.Function.Pool, worker, goroutineIDs)
113+
value.(*request.PoolTree).FMT(&HookGroup.Detail.Function.Pool, worker, goroutineIDs, "")
114114
return true
115115
}
116116
return true

0 commit comments

Comments
 (0)