You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typo in metadata key for server-hostname (#531)
* Fix typo in metadata key for server-hostname
Motivation:
The server hostname was logged misleadingly with the metadata key
"hostname-override". This is meant to be "server-hostname".
Modifications:
Updated the metadata key to "server-hostname".
Result:
More accurate metadata keys.
* Update Sources/GRPC/ClientConnection.swift
0 commit comments