From 5cafdc0c616c977de1fb1fc70724a09c9865c5e3 Mon Sep 17 00:00:00 2001 From: guscarreon Date: Mon, 29 Apr 2024 20:25:29 -0400 Subject: [PATCH] Comment correction --- server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.go b/server/server.go index c847d510..6f103e2c 100644 --- a/server/server.go +++ b/server/server.go @@ -76,7 +76,7 @@ func Listen(cfg config.Configuration, publicHandler http.Handler, adminHandler h // newAdminServer returns an http.Server with the AdminPort and RequestLimits.MaxHeaderBytes // from Prebid Cache's config files or environment variables. If RequestLimits.MaxHeaderBytes -// is zero or was not specified the the http library's DefaultMaxHeaderBytes value of 1 MB +// is zero or was not specified, the http library's DefaultMaxHeaderBytes value of 1 MB // is set instead. func newAdminServer(cfg config.Configuration, handler http.Handler) *http.Server { server := &http.Server{