Skip to content

Commit 02f4b7f

Browse files
committed
remove excess buf
1 parent 47d39e8 commit 02f4b7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/network/encoding/marshal/usm_http.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
type httpEncoder struct {
2222
httpAggregationsBuilder *model.HTTPAggregationsBuilder
2323
byConnection *USMConnectionIndex[http.Key, *http.RequestStats]
24-
directBuf bytes.Buffer
2524
}
2625

2726
func newHTTPEncoder(httpPayloads map[http.Key]*http.RequestStats) *httpEncoder {

0 commit comments

Comments
 (0)