bzp2010 commented on code in PR #13386:
URL: https://github.com/apache/apisix/pull/13386#discussion_r3263497625
##########
apisix/cli/config.lua:
##########
@@ -29,6 +29,7 @@ local _M = {
enable_server_tokens = true,
extra_lua_path = "",
extra_lua_cpath = "",
+ request_body_json_lib = "qjson",
Review Comment:
Why is it the default decoder?
With all due respect, this library—which was created entirely by AI without
any human review—is not qualified for this role. It relies heavily on unsafe
code for FFI operations and utilizes instruction-set-level operations such as
AVX or NEON. Can anyone explain how it works internally? Can this library be
properly maintained and engineered?
Unless there are compelling reasons, I completely disagree.
--
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]