ttrpc icon indicating copy to clipboard operation
ttrpc copied to clipboard

`*Client.NewStream()` does not apply metadata to `Request{}`

Open amurchick opened this issue 1 year ago • 0 comments

*Client.Call() apply metadata to Request{}: https://github.com/containerd/ttrpc/blob/faba5896a9c4d7b65495cb9b2c02531feb1434d6/client.go#L162-L164

But *Client.NewStream() does not have this block - so metadata not applyed.

Please add this block to *Client.NewStream(). Thank you!

amurchick avatar Feb 28 '24 04:02 amurchick