1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 03:14:14 +00:00

spelling mistake of word "Header"

This commit is contained in:
hellomrlee 2019-03-04 11:05:29 +08:00
parent 422e8285b5
commit aba51d99a1

View File

@ -78,7 +78,7 @@ var (
DefaultReadTimeOut time.Duration
// DefaultWriteTimeOut is the HTTP Write timeout
DefaultWriteTimeOut time.Duration
// DefaultMaxHeaderBytes is the Max HTTP Herder size, default is 0, no limit
// DefaultMaxHeaderBytes is the Max HTTP Header size, default is 0, no limit
DefaultMaxHeaderBytes int
// DefaultTimeout is the shutdown server's timeout. default is 60s
DefaultTimeout = 60 * time.Second