mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user