SkyeYoung commented on issue #12532: URL: https://github.com/apache/apisix/issues/12532#issuecomment-3204213274
The problem does indeed occur in the decorate function, this is a bug that needs to be fixed. ```lua local new_messages = conf.prepend or EMPTY for _, message in pairs(body_tab.messages) do core.table.insert_tail(new_messages, message) end ``` -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org