diff --git a/stream.go b/stream.go index ec9577b2789c..3bb25e664997 100644 --- a/stream.go +++ b/stream.go @@ -1341,6 +1341,7 @@ func newNonRetryClientStream(ctx context.Context, desc *StreamDesc, method strin codec: c.codec, sendCompressorV0: cp, sendCompressorV1: comp, + decompressorV0: ac.cc.dopts.dc, transport: t, }