Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let urlDecode return a slice if possible. #1828

Merged
merged 2 commits into from
Jul 7, 2017
Merged

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Jul 7, 2017

In case of no escape sequences, the input string will be returned. This also replaces the similar logic for urlEncode by a generic approach. See also #1635.

s-ludwig added 2 commits July 7, 2017 18:33
In case of no escape sequences, the input string will be returned. This also replaces the similar logic for urlEncode by a generic approach.
@dlang-bot dlang-bot merged commit 6bcadf8 into master Jul 7, 2017
@s-ludwig s-ludwig deleted the url_decode_slice branch July 8, 2017 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants