mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:20:55 +00:00
EnableGzip bug fixed
This commit is contained in:
parent
d23291ccc7
commit
fd2ded190b
@ -609,6 +609,8 @@ func (p *ControllerRegister) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
||||
defer p.pool.Put(context)
|
||||
defer p.recoverPanic(context)
|
||||
|
||||
context.Output.EnableGzip=BConfig.EnableGzip
|
||||
|
||||
if BConfig.RunMode == DEV {
|
||||
context.Output.Header("Server", BConfig.ServerName)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user