Skip to content

Commit 8610cc6

Browse files
Update FIRStorageUtils.m
1 parent ec7e65c commit 8610cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseStorage/Sources/FIRStorageUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ + (NSURLRequest *)defaultRequestForPath:(FIRStoragePath *)path
101101
[queryItems addObject:[NSURLQueryItem queryItemWithName:key value:queryParams[key]]];
102102
}
103103
[components setQueryItems:queryItems];
104-
// NSURLComponents does not encode "+" as "@2B". This is however required by our backend, as
104+
// NSURLComponents does not encode "+" as "%2B". This is however required by our backend, as
105105
// it treats "+" as a shorthand encoding for spaces. See also
106106
// https://stackoverflow.com/questions/31577188/how-to-encode-into-2b-with-nsurlcomponents
107107
[components setPercentEncodedQuery:[[components percentEncodedQuery]

0 commit comments

Comments
 (0)