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 }