tzssangglass commented on issue #6563:
URL: https://github.com/apache/apisix/issues/6563#issuecomment-1063713193


   > Looks like I found the culprit: the WAF uses `ngx.exit` 😔; closing this 
for now as I dig deeper into the code
   
   I am not sure if this problem is caused by `ngx.exit`. I'm interested in 
this issue, can you tell me the cause of this problem?
   
   At first, I determined where `ngx.exit(ngx.OK)` was being used, this causes 
the current request to jump out of the current phase and into the next phase, 
for example, out of the a`ccess` phase and into the `balancer` phase. At this 
time, there is no `picked_server` and no `upstream_conf` in `ctx`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to