starsz commented on a change in pull request #4164:
URL: https://github.com/apache/apisix/pull/4164#discussion_r629887492



##########
File path: apisix/cli/ops.lua
##########
@@ -605,6 +614,7 @@ local function start(env, ...)
     local cmd_logs = "mkdir -p " .. env.apisix_home .. "/logs"
     util.execute_cmd(cmd_logs)
 
+

Review comment:
       Fixed. Please review it again.

##########
File path: apisix/init.lua
##########
@@ -534,6 +533,10 @@ end
 
 
 function _M.http_header_filter_phase()
+    if not ngx.ctx or not ngx.ctx.api_ctx then
+        ngx.ctx = ctxdump.apply_ngx_ctx(ngx_var.ctx_ref)

Review comment:
       Fixed. Please review it again.




-- 
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:
[email protected]


Reply via email to