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 5291639 commit 3ec9d01Copy full SHA for 3ec9d01
1 file changed
Lib/http/server.py
@@ -1092,8 +1092,7 @@ def run_cgi(self):
1092
env['PATH_INFO'] = uqrest
1093
env['PATH_TRANSLATED'] = self.translate_path(uqrest)
1094
env['SCRIPT_NAME'] = scriptname
1095
- if query:
1096
- env['QUERY_STRING'] = query
+ env['QUERY_STRING'] = query
1097
env['REMOTE_ADDR'] = self.client_address[0]
1098
authorization = self.headers.get("authorization")
1099
if authorization:
0 commit comments