starsz commented on issue #6348: URL: https://github.com/apache/apisix/issues/6348#issuecomment-1042630969
Hi @liangliang4ward. > Added X-APISIX-Upstream-Status header to distinguish 5xx errors from upstream or APISIX itself. https://github.com/apache/apisix/blob/master/CHANGELOG.md#core-11 As the changelog says, it's used to distinguish 5xx errors from upstream or APISIX itself. The code is here: https://github.com/apache/apisix/blob/f37fc0eb77abbf7fdf98ea40ce706d75e5582a4b/apisix/init.lua#L591-L609 The original PR is here: https://github.com/apache/apisix/pull/2817 -- 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]
