diff --git a/sources/cmd/server/server.go b/sources/cmd/server/server.go index 2c97c2b..df06633 100644 --- a/sources/cmd/server/server.go +++ b/sources/cmd/server/server.go @@ -190,6 +190,10 @@ func (_server *server) ServeUnwrapped (_context *fasthttp.RequestCtx) () { return } } + + if _referencesFound { + break + } } if _referencesFound {