mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #774 from mattbillenstein/master
workers/async.py - handle_request takes listener_name instead of listene...
This commit is contained in:
commit
1f65635295
@ -44,7 +44,7 @@ class AsyncWorker(base.Worker):
|
||||
req = six.next(parser)
|
||||
if not req:
|
||||
break
|
||||
self.handle_request(listener, req, client, addr)
|
||||
self.handle_request(listener_name, req, client, addr)
|
||||
except http.errors.NoMoreData as e:
|
||||
self.log.debug("Ignored premature client disconnection. %s", e)
|
||||
except StopIteration as e:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user