Skip to content
Snippets Groups Projects
Commit d787d9ad authored by Brendan Cully's avatar Brendan Cully
Browse files

cosmetics

parent 8f430b1b
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
env[hkey] = hval
env['SERVER_PROTOCOL'] = self.request_version
env['wsgi.version'] = (1, 0)
env['wsgi.url_scheme'] = type(self).url_scheme
env['wsgi.url_scheme'] = self.url_scheme
env['wsgi.input'] = self.rfile
env['wsgi.errors'] = _error_logger(self)
env['wsgi.multithread'] = isinstance(self.server,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment