mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Typo fixed in the AsyncIO docs
This commit is contained in:
parent
d7ff60536d
commit
28a4c1b25e
@ -74,7 +74,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,
|
||||
the connection is closed.
|
||||
|
||||
You can port also your application to use aiohttp_'s `web.Application`` API and use the
|
||||
You can port also your application to use aiohttp_'s ``web.Application`` API and use the
|
||||
``aiohttp.worker.GunicornWebWorker`` worker.
|
||||
|
||||
Choosing a Worker Type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user