mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo in gthread.py
This commit is contained in:
parent
33025cf610
commit
ad1afe7b79
@ -4,10 +4,10 @@
|
||||
# See the NOTICE for more information.
|
||||
|
||||
# design:
|
||||
# a threaded worker accepts connections in the main loop, accepted
|
||||
# connections are are added to the thread pool as a connection job. On
|
||||
# keepalive connections are put back in the loop waiting for an event.
|
||||
# If no event happen after the keep alive timeout, the connectoin is
|
||||
# A threaded worker accepts connections in the main loop, accepted
|
||||
# connections are added to the thread pool as a connection job.
|
||||
# Keepalive connections are put back in the loop waiting for an event.
|
||||
# If no event happen after the keep alive timeout, the connection is
|
||||
# closed.
|
||||
|
||||
import errno
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user