|
|
@@ -58,7 +58,7 @@ public final class BidirectionalStreamingCall<RequestMessage: Message, ResponseM
|
|
|
let requestHead = GRPCRequestHead(
|
|
|
scheme: connection.configuration.httpProtocol.scheme,
|
|
|
path: path,
|
|
|
- host: connection.configuration.httpProtocol.scheme,
|
|
|
+ host: connection.configuration.target.host,
|
|
|
requestID: requestID,
|
|
|
options: callOptions
|
|
|
)
|