From ce0c6aa82beebb452c82e76be4db5dfa886d7bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=8C=80=ED=9D=AC?= Date: Tue, 10 Feb 2026 19:07:49 +0900 Subject: [PATCH] Update internal/api/modules/amp/proxy.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/api/modules/amp/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/modules/amp/proxy.go b/internal/api/modules/amp/proxy.go index b323ae5f..e2b68b85 100644 --- a/internal/api/modules/amp/proxy.go +++ b/internal/api/modules/amp/proxy.go @@ -189,7 +189,7 @@ func createReverseProxy(upstreamURL string, secretSource SecretSource) (*httputi // Error handler for proxy failures proxy.ErrorHandler = func(rw http.ResponseWriter, req *http.Request, err error) { - // Client-side cancellations are common during polling; return 499 without logging + // Client-side cancellations are common during polling; suppress logging in this case if err == context.Canceled { return }