nic-6443 commented on PR #13254: URL: https://github.com/apache/apisix/pull/13254#issuecomment-4273208783
Fixed nginx startup failure in the test: the comment `-- Probe endpoint to read the current chunk count.` was a Lua-style comment placed directly in the nginx server block context (outside any `content_by_lua_block`), which nginx tried to parse as a directive and failed with `unknown directive "--"`. Removed the offending comment. -- 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]
