mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
Summary: If we make a request that contains a pipe character, URLWithString will return null. This fix escapes these and other characters before creating the NSURL. Closes https://github.com/facebook/react-native/pull/786 Github Author: Blair Vanderhoof <blairv@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.