[server] Minor fixup.

This commit is contained in:
Ciprian Dorin Craciun 2022-08-26 17:23:42 +03:00
parent 901aa78d30
commit 137155cc1f

View file

@ -190,6 +190,10 @@ func (_server *server) ServeUnwrapped (_context *fasthttp.RequestCtx) () {
return return
} }
} }
if _referencesFound {
break
}
} }
if _referencesFound { if _referencesFound {