diff --git a/runner/worker.go b/runner/worker.go index 2bf3c425..7eae1d27 100644 --- a/runner/worker.go +++ b/runner/worker.go @@ -97,7 +97,7 @@ func (w *Worker) makeRequest(tv TickValue) error { } if w.config.enableCompression { - reqMD.Append("grpc-accept-encoding", gzip.Name) + reqMD.Set("grpc-accept-encoding", gzip.Name) } ctx := context.Background()