We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b2a31 commit aae2f1aCopy full SHA for aae2f1a
pkg/backends/otlp/internal/data/request.go
@@ -23,6 +23,7 @@ func createProtobufRequest(ctx context.Context, endpoint string, buf []byte, opt
23
return nil, err
24
}
25
26
+ req.Close = true
27
req.Header.Set("Content-Type", RequestContentTypeProtobuf)
28
for _, opt := range option {
29
opt(req)
0 commit comments