We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1f05f commit 154effaCopy full SHA for 154effa
src/lua/api-gateway/validation/factory.lua
@@ -64,7 +64,7 @@ local function _validateRequest()
64
end
65
66
if res.status == ngx.HTTP_OK then
67
- return ngx.exit(ngx.OK);
+ return ngx.OK;
68
69
70
if res.status == ngx.HTTP_FORBIDDEN or res.status == ngx.HTTP_UNAUTHORIZED or res.status == ngx.HTTP_BAD_REQUEST or tonumber(res.status) > 599 then
0 commit comments