Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue #65: urlEncode doesn't properly handle < 0x10.
Added reserve() calls in urlEncode/urlDecode that should improve memory management in certain situations (e.g. for ascii field names and numeric values in query strings).
- Loading branch information