Skip to content
Snippets Groups Projects
Commit 5263758e authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Document not to modify headers after start

parent 1ab2a71d
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ extern id const kGRPCTrailersKey;
//
// call.requestHeaders[@"my-header-bin"] = someData;
//
// After the call is started, modifying this won't have any effect.
// After the call is started, trying to modify this property is an error.
//
// For convenience, the property is initialized to an empty NSMutableDictionary, and the setter
// accepts (and copies) both mutable and immutable dictionaries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment