[server] Minor fixup.
This commit is contained in:
parent
901aa78d30
commit
137155cc1f
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ func (_server *server) ServeUnwrapped (_context *fasthttp.RequestCtx) () {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if _referencesFound {
|
||||||
|
break
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if _referencesFound {
|
if _referencesFound {
|
||||||
|
|
Loading…
Reference in a new issue