Skip to content

Commit

Permalink
Comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
guscarreon committed Apr 30, 2024
1 parent ac6b5fb commit 5cafdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 5cafdc0

Please sign in to comment.