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.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
# design:
|
# design:
|
||||||
# a threaded worker accepts connections in the main loop, accepted
|
# A threaded worker accepts connections in the main loop, accepted
|
||||||
# connections are are added to the thread pool as a connection job. On
|
# connections are added to the thread pool as a connection job.
|
||||||
# keepalive connections are put back in the loop waiting for an event.
|
# Keepalive connections are put back in the loop waiting for an event.
|
||||||
# If no event happen after the keep alive timeout, the connectoin is
|
# If no event happen after the keep alive timeout, the connection is
|
||||||
# closed.
|
# closed.
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user