Removes unit test in performance branch temporarily.

This commit is contained in:
Manu Mtz-Almeida
2015-03-31 21:53:38 +02:00
parent 2915fa0ffe
commit 3faa81a464
5 changed files with 1 additions and 873 deletions

1
gin.go
View File

@ -229,6 +229,7 @@ func (engine *Engine) ServeHTTP(w http.ResponseWriter, req *http.Request) {
c.handlers = handlers
c.Params = params
c.Next()
c.Writer.WriteHeaderNow()
engine.reuseContext(c)
return
}