1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-16 22:20:39 +00:00

Fix Tracing and prometheus bug

This commit is contained in:
Ming Deng
2020-08-10 23:04:57 +08:00
parent d05460237c
commit c22af4c611
42 changed files with 257 additions and 197 deletions

View File

@ -58,7 +58,6 @@ func (output *BeegoOutput) Clear() {
output.Status = 0
}
// Header sets response header item string via given key.
func (output *BeegoOutput) Header(key, val string) {
output.Context.ResponseWriter.Header().Set(key, val)