This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
c93af05c7286b9ee5f8b2ec61bb7d33d960b2fd9
deb-python-eventlet
/
eventlet
/
support
History
donovan
c8593374de
Use a couple of environment variables to figure out what wsgi app to really run in nginx_mod_wsgi.py. Now you can run any wsgi app you want easily in nginx. Also, delay calling start_response until the first hunk of the body is sent since nginx doesn't let us change the response codes or headers after the first time it is called.
2008-04-20 14:10:28 -07:00
..
__init__.py
Move all *support.py modules into support/*.py; fix references
2008-03-18 15:24:31 -04:00
nginx_mod_wsgi.py
Use a couple of environment variables to figure out what wsgi app to really run in nginx_mod_wsgi.py. Now you can run any wsgi app you want easily in nginx. Also, delay calling start_response until the first hunk of the body is sent since nginx doesn't let us change the response codes or headers after the first time it is called.
2008-04-20 14:10:28 -07:00
pycurls.py
eventlet.support.pycurls module, experimental module which uses libcurl instead of python's httplib to perform http requests. Hopefully this can eventually be shimmed in as an optional faster implementation of the httpc module.
2008-04-01 14:44:04 -07:00
pylib.py
Move all *support.py modules into support/*.py; fix references
2008-03-18 15:24:31 -04:00
stacklesss.py
Add gthreadless (greenlet / deferred integration) and fix some module names
2008-03-19 20:38:10 -05:00
twisteds.py
Add gthreadless (greenlet / deferred integration) and fix some module names
2008-03-19 20:38:10 -05:00