zhendongcmss commented on issue #9585: URL: https://github.com/apache/apisix/issues/9585#issuecomment-1577990670
> Although according to the documentation it shouldn't happen so I am looking into it. Meanwhile you can use ngx.ctx to signal completion. Set ngx.ctx.request_complete = true in header_filter after exiting. Then check if ngx.ctx.done in body_filter before moving forward. Though it feels like a hack and there must be a better solution ngx.exit() or ngx.eof() both don't support filter_body. -- 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]
