| fix(interceptors): exempt plugin backend proxy from request timeout (#2574) (#2575)
The global 5s timeout cancels the request context, which ReverseProxy
honors and cuts plugin backend SSE/long responses. Exempt the
/platform/backend/plugins/ path like log streaming, and use a
per-request local instead of mutating the captured timeout variable. | 7 天前 |