mirror of https://github.com/grpc/grpc-node.git
Properly use filtered metadata when starting requests
This commit is contained in:
parent
5d2fe71ad8
commit
c7d086bfb4
|
@ -211,7 +211,7 @@ export class ChannelImplementation implements Channel {
|
|||
ConnectivityState.READY
|
||||
) {
|
||||
pickResult.subchannel!.startCallStream(
|
||||
callMetadata,
|
||||
finalMetadata,
|
||||
callStream
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue