mirror of
https://github.com/astaxie/beego.git
synced 2025-08-01 21:35:32 +00:00
Fix Tracing and prometheus bug
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user