Drop bimb dependency

This commit is contained in:
DarthSim
2017-09-27 14:42:49 +06:00
parent 1e2ee1df22
commit 51a57d43d0
103 changed files with 1352 additions and 7197 deletions

View File

@@ -16,7 +16,7 @@ func main() {
}
s := &http.Server{
Handler: newHttpHandler(),
Handler: newHTTPHandler(),
ReadTimeout: time.Duration(conf.ReadTimeout) * time.Second,
WriteTimeout: time.Duration(conf.WriteTimeout) * time.Second,
MaxHeaderBytes: 1 << 20,