spacewander commented on a change in pull request #1348: bugfix: fail to get
the http request header by `ngx.var. *`
URL: https://github.com/apache/incubator-apisix/pull/1348#discussion_r399139619
##########
File path: lua/apisix/core/ctx.lua
##########
@@ -77,6 +78,11 @@ do
end
end
+ elseif C.memcmp(key, "http_", 5) == 0 then
Review comment:
Should we check if `key` is nil?
----------------------------------------------------------------
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]
With regards,
Apache Git Services