Skip to content
Snippets Groups Projects
Commit 4f68ecf6 authored by Muxi Yan's avatar Muxi Yan Committed by GitHub
Browse files

Merge pull request #11893 from wilhuff/wilhuff/copy-servername

Fix warning in GRPCCall.h
parents e1653dec e30a87d6
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ extern id const kGRPCTrailersKey;
* The authority for the RPC. If nil, the default authority will be used. This property must be nil
* when Cronet transport is enabled.
*/
@property (atomic, readwrite) NSString *serverName;
@property (atomic, copy, readwrite) NSString *serverName;
/**
* The container of the request headers of an RPC conforms to this protocol, which is a subset of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment