1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-02 13:30:19 +00:00
This commit is contained in:
astaxie
2013-10-28 22:38:50 +08:00
parent 060631e952
commit 3ac5eec301
2 changed files with 6 additions and 1 deletions

View File

@ -292,7 +292,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
}()
w := &responseWriter{writer: rw}
w.Header().Set("Server", "beegoServer")
w.Header().Set("Server", BeegoServerName)
context := &beecontext.Context{
ResponseWriter: w,
Request: r,