fix HTTP/HTTPS push update func call panic #1037 and http: multiple response.WriteHeader calls
This commit is contained in:
parent
34102f7889
commit
4aafeace23
5 changed files with 32 additions and 30 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.5.16.0311 Beta"
|
||||
const APP_VER = "0.5.16.0312 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue