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

Fix to parse parameters in the URL of a POST with empty content. #3398

Merged
merged 2 commits into from
Aug 7, 2017

Conversation

teejaydub
Copy link
Contributor

Looking at the change at 0d996ab, it looks like it was intended to move the call to _parseArguments() into each branch above it, so you could decode characters first in the special case of #2241. But it needs an additional call in the branch where it's not a form and there's no content - otherwise a POST with parameters in the URL breaks.

Fixes #3397.

@pieman64
Copy link

@teejaydub thanks for the commit, confirming Blynk provisioning now works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants