mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-07-01 04:54:20 +08:00
- Replaced unnecessary `bytes.Clone` calls for `opts.OriginalRequest` throughout executors. - Introduced intermediate variable `originalPayloadSource` to simplify payload processing. - Ensured better clarity and structure in request translation logic.