mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 11:50:55 +00:00
zero timeout means wait until resp
This commit is contained in:
parent
69fc22f0df
commit
738e22e389
@ -65,14 +65,8 @@ func createDefaultCookie() {
|
||||
// Overwrite default settings
|
||||
func SetDefaultSetting(setting BeegoHttpSettings) {
|
||||
settingMutex.Lock()
|
||||
defer settingMutex.Unlock()
|
||||
defaultSetting = setting
|
||||
if defaultSetting.ConnectTimeout == 0 {
|
||||
defaultSetting.ConnectTimeout = 60 * time.Second
|
||||
}
|
||||
if defaultSetting.ReadWriteTimeout == 0 {
|
||||
defaultSetting.ReadWriteTimeout = 60 * time.Second
|
||||
}
|
||||
settingMutex.Unlock()
|
||||
}
|
||||
|
||||
// return *BeegoHttpRequest with specific method
|
||||
|
Loading…
Reference in New Issue
Block a user