From a423b788c06f7e9ce07dff258aeb06b30e8ffb22 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Thu, 21 May 2026 15:13:38 +0200 Subject: [PATCH] typo --- proxy/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/inbound.go b/proxy/inbound.go index 0ba908599..c994801e5 100644 --- a/proxy/inbound.go +++ b/proxy/inbound.go @@ -26,7 +26,7 @@ import ( // so per-account http.Servers don't leak idle connections. const httpInboundReadHeaderTimeout = 30 * time.Second -// httpInboundIdleTimeout caps idle keep-alives on per-account inbound HTTP +// httpInboundIdleTimeout caps idle keep-alive on per-account inbound HTTP // servers; matches the host listener. const httpInboundIdleTimeout = 90 * time.Second