4cd7177e by JessonChan Committed by astaxie

typo fixed

1 parent 8e618192
...@@ -51,7 +51,7 @@ import ( ...@@ -51,7 +51,7 @@ import (
51 "time" 51 "time"
52 ) 52 )
53 53
54 var defaultSetting = BeegoHttpSettings{UserAgent: "beegoServer", ConnectionTimeout: 60 * time.Second, ReadWriteTimeout: 60 * time.Second, Giz: true} 54 var defaultSetting = BeegoHttpSettings{UserAgent: "beegoServer", ConnectTimeoutt: 60 * time.Second, ReadWriteTimeout: 60 * time.Second, Gzip: true}
55 var defaultCookieJar http.CookieJar 55 var defaultCookieJar http.CookieJar
56 var settingMutex sync.Mutex 56 var settingMutex sync.Mutex
57 57
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!