Closed
Description
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))