Firstsawyou commented on a change in pull request #2817:
URL: https://github.com/apache/apisix/pull/2817#discussion_r531350105



##########
File path: apisix/init.lua
##########
@@ -629,6 +630,24 @@ end
 function _M.http_header_filter_phase()
     core.response.set_header("Server", ver_header)
 
+    local function set_res_header(up_status)
+        core.response.set_header("X-APISIX-Upstream-Status", up_status)

Review comment:
       updated.

##########
File path: apisix/init.lua
##########
@@ -629,6 +630,24 @@ end
 function _M.http_header_filter_phase()
     core.response.set_header("Server", ver_header)
 
+    local function set_res_header(up_status)

Review comment:
       done.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to