diff --git a/net/ghttp/ghttp_server_config.go b/net/ghttp/ghttp_server_config.go index 0e7760245..a1f6e479a 100644 --- a/net/ghttp/ghttp_server_config.go +++ b/net/ghttp/ghttp_server_config.go @@ -92,7 +92,7 @@ type ServerConfig struct { // size of the request body. // // It can be configured in configuration file using string like: 1m, 10m, 500kb etc. - // It's 1024 bytes in default. + // It's 10240 bytes in default. MaxHeaderBytes int // KeepAlive enables HTTP keep-alive.