Baoyuantop commented on issue #11826: URL: https://github.com/apache/apisix/issues/11826#issuecomment-2903630985
return is a reserved keyword in Lua. During template compilation of lua-resty-template, when the template engine encounters an expression such as `Envelope.Body.calcResponse.return`, the Lua parser recognizes return as a keyword rather than a variable name, resulting in a syntax error. -- 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]
