mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
gevent.wsgi doesn't support keepalive too
This commit is contained in:
parent
ccd1be58bc
commit
0e8fa158ef
@ -35,7 +35,7 @@
|
||||
"egg:gunicorn#gevent_pywsgi" worker using <a class="reference external" href="http://www.gevent.org/gevent.pywsgi.html">gevent.pywsgi</a> .
|
||||
<strong>"egg:gunicorn#gevent"</strong> using our own HTTP parser is still here and
|
||||
is <strong>recommended</strong> for normal uses. Use the "gevent.wsgi" parser if you
|
||||
need really fast connections and don't need streaming or ssl.</li>
|
||||
need really fast connections and don't need streaming, keepalive or ssl.</li>
|
||||
<li>Add pre/post request hooks</li>
|
||||
<li>Exit more quietly</li>
|
||||
<li>Fix gevent dns issue</li>
|
||||
|
||||
@ -17,7 +17,7 @@ _TOC_BOT_
|
||||
<http://www.gevent.org/gevent.pywsgi.html>`_ .
|
||||
**"egg:gunicorn#gevent"** using our own HTTP parser is still here and
|
||||
is **recommended** for normal uses. Use the "gevent.wsgi" parser if you
|
||||
need really fast connections and don't need streaming or ssl.
|
||||
need really fast connections and don't need streaming, keepalive or ssl.
|
||||
* Add pre/post request hooks
|
||||
* Exit more quietly
|
||||
* Fix gevent dns issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user