Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4150fad commit c98f5f6Copy full SHA for c98f5f6
1 file changed
lib/request/basic.py
@@ -119,7 +119,7 @@ def checkCharEncoding(encoding):
119
# http://philip.html5.org/data/charsets-2.html
120
if encoding in translate:
121
encoding = translate[encoding]
122
- elif encoding in ('null', '{charset}'):
+ elif encoding in ('null', '{charset}', '*'):
123
return None
124
125
# http://www.iana.org/assignments/character-sets
0 commit comments