update #153
This commit is contained in:
		| @@ -86,7 +86,7 @@ func (h *Handler) Metrics(ctx context.Context, req *codecpb.Frame, rsp *codecpb. | ||||
| 		gz := gzipPool.Get().(*gzip.Writer) | ||||
| 		defer gzipPool.Put(gz) | ||||
|  | ||||
| 		gz.Reset(buf) | ||||
| 		gz.Reset(w) | ||||
| 		defer gz.Close() | ||||
|  | ||||
| 		w = gz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user