mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo
This commit is contained in:
parent
09c3310e21
commit
43d0bcbbd3
@ -19,7 +19,7 @@ class GEvent2Worker(Worker):
|
|||||||
|
|
||||||
base_env = {
|
base_env = {
|
||||||
'GATEWAY_INTERFACE': 'CGI/1.1',
|
'GATEWAY_INTERFACE': 'CGI/1.1',
|
||||||
'SERVER_SOFTWARE': 'gevent/%s gunicotn/%s' % (gevent.__version__,
|
'SERVER_SOFTWARE': 'gevent/%s gunicorn/%s' % (gevent.__version__,
|
||||||
gunicorn.__version__),
|
gunicorn.__version__),
|
||||||
'SCRIPT_NAME': '',
|
'SCRIPT_NAME': '',
|
||||||
'wsgi.version': (1, 0),
|
'wsgi.version': (1, 0),
|
||||||
@ -53,7 +53,6 @@ class GEvent2Worker(Worker):
|
|||||||
})
|
})
|
||||||
self.base_env = env
|
self.base_env = env
|
||||||
|
|
||||||
|
|
||||||
http = core.http()
|
http = core.http()
|
||||||
http.set_gencb(self.handle_request)
|
http.set_gencb(self.handle_request)
|
||||||
self.application = self.wsgi
|
self.application = self.wsgi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user