mirror of
https://github.com/astaxie/beego.git
synced 2024-11-05 01:40:55 +00:00
typo fixed
This commit is contained in:
parent
e1d20aea5d
commit
cddb4fdb60
@ -51,7 +51,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
var defaultSetting = BeegoHttpSettings{UserAgent: "beegoServer", ConnectionTimeout: 60 * time.Second, ReadWriteTimeout: 60 * time.Second, Giz: true}
|
||||
var defaultSetting = BeegoHttpSettings{UserAgent: "beegoServer", ConnectTimeoutt: 60 * time.Second, ReadWriteTimeout: 60 * time.Second, Gzip: true}
|
||||
var defaultCookieJar http.CookieJar
|
||||
var settingMutex sync.Mutex
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user