mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix aiohttp link
This commit is contained in:
parent
0fee3e5db2
commit
d2e4d071a3
@ -60,7 +60,7 @@ connection job. On keepalive connections are put back in the loop
|
|||||||
waiting for an event. If no event happen after the keep alive timeout,
|
waiting for an event. If no event happen after the keep alive timeout,
|
||||||
the connection is closed.
|
the connection is closed.
|
||||||
|
|
||||||
The worker `gaiohttp` is a full asyncio worker using [aiohttp](https://github.com/KeepSafe/aiohttp).
|
The worker `gaiohttp` is a full asyncio worker using aiohttp_
|
||||||
|
|
||||||
Choosing a Worker Type
|
Choosing a Worker Type
|
||||||
======================
|
======================
|
||||||
@ -111,3 +111,4 @@ of the entire system.
|
|||||||
.. _Eventlet: http://eventlet.net
|
.. _Eventlet: http://eventlet.net
|
||||||
.. _Gevent: http://gevent.org
|
.. _Gevent: http://gevent.org
|
||||||
.. _Slowloris: http://ha.ckers.org/slowloris/
|
.. _Slowloris: http://ha.ckers.org/slowloris/
|
||||||
|
.. _aiohttp: https://github.com/KeepSafe/aiohttp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user