Merge pull request #946 from yuancjun/patch-1

Update ghttp_server_config.go
This commit is contained in:
John Guo
2020-10-15 20:41:07 +08:00
committed by GitHub

View File

@ -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.