gevent.wsgi doesn't support keepalive too

This commit is contained in:
benoitc 2010-08-06 10:19:30 +02:00
parent ccd1be58bc
commit 0e8fa158ef
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
&quot;egg:gunicorn#gevent_pywsgi&quot; worker using <a class="reference external" href="http://www.gevent.org/gevent.pywsgi.html">gevent.pywsgi</a> .
<strong>&quot;egg:gunicorn#gevent&quot;</strong> using our own HTTP parser is still here and
is <strong>recommended</strong> for normal uses. Use the &quot;gevent.wsgi&quot; 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>

View File

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