#3345 dump content directly to HTTP ResponseWriter

This commit is contained in:
Unknwon 2016-07-30 23:39:58 +08:00
parent dfab54d5a2
commit 10dc330640
5 changed files with 31 additions and 22 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.58.0726"
const APP_VER = "0.9.59.0730"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())