added wsgi.errors

pull/75/head
Ciro 2023-01-03 15:24:22 -03:00
rodzic 2a41f6f995
commit d977e9563b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -285,7 +285,7 @@ class _WSGI:
"SERVER_PORT": str(self.SERVER_PORT),
"SERVER_SOFTWARE": "WSGIServer/0.2",
"wsgi.input": None,
"wsgi.errors": None,
"wsgi.errors": sys.stderr,
"wsgi.version": (1, 0),
"wsgi.run_once": False,
"wsgi.url_scheme": "https" if self.server.options else "http",