-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
request.post() ignores blank values #1765
Labels
Comments
This was referenced Apr 4, 2017
fafhrd91
added a commit
that referenced
this issue
Apr 4, 2017
keep blank values while parsing form (#1765)
fafhrd91
pushed a commit
that referenced
this issue
Apr 4, 2017
should be fixed |
I also notice another usage of |
@kxepal could you check? |
@iceb0y |
thanks, will do sometime |
5 tasks
fafhrd91
pushed a commit
that referenced
this issue
Apr 5, 2017
This was referenced Jan 15, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Long story short
This is an old problem, which was previously fixed, returned again.
web_request.py
out.extend( parse_qsl( data.rstrip().decode(charset), encoding=charset))
out.extend( parse_qsl( data.rstrip().decode(charset), encoding=charset, keep_blank_values=True))
Expected behaviour
Actual behaviour
Steps to reproduce
Your environment
The text was updated successfully, but these errors were encountered: