nic-6443 opened a new pull request, #13449:
URL: https://github.com/apache/apisix/pull/13449

   ### Description
   
   When `apisix.request_body_json_lib` is set to `simdjson`, request body 
decoding now logs a warning and retries with `cjson` if `simdjson` returns a 
decode error. This keeps `simdjson` as the default fast path while preserving 
the existing `cjson` behavior as a fallback path.
   
   This also updates `api7-lua-resty-simdjson` to `0.1.2-1`, which includes 
decoder state cleanup after errors.
   
   ### Checklist
   
   - [x] Tests added
   - [x] Documentation updated
   
   ### Tests
   
   - `TEST_NGINX_CASE=19 prove -Itest-nginx/lib -I. -r t/core/request.t`
   - `prove -Itest-nginx/lib -I. -r t/core/request.t`


-- 
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]

Reply via email to