mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-28 15:06:52 +08:00
Adds explicit handling for context.Canceled errors in the reverse proxy error handler to return 499 status code without logging, which is more appropriate for client-side cancellations during polling. Also adds a test case to verify this behavior.