fix aiohttp link

This commit is contained in:
benoitc 2014-06-12 14:53:44 +02:00
parent 0fee3e5db2
commit d2e4d071a3

View File

@ -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