mirror of
https://github.com/openziti/ziti.git
synced 2026-09-11 21:38:58 +00:00
0895b4ef2f
- caps buffered HTTP request bodies at 1 MiB across the client, management, fabric management, and OIDC web APIs - rejects oversized bodies with 413 REQUEST_ENTITY_TOO_LARGE before authentication - surfaces request body read errors instead of ignoring them - ports the env.WriteHttpError and env.WriteHttpApiError helpers needed by the error paths - adapts the CreateRequestContext signature change to the v1.6.x callers in AppEnv.IsAllowed and fabric-api-wrapper.go - adds integration coverage for oversized bodies with and without Content-Length