diff options
author | donovan <donovan@bigass.local> | 2008-06-20 13:09:14 -0700 |
---|---|---|
committer | donovan <donovan@bigass.local> | 2008-06-20 13:09:14 -0700 |
commit | de9bc61f897f75952f7a370de646645a2d62a97d (patch) | |
tree | 226afb77ab8829011a1940c9738c9fa0c982c667 /setup.py | |
parent | 0b6f65b69f2b6d13989fd9bb8b5ef25cecbbbdf3 (diff) | |
download | eventlet-de9bc61f897f75952f7a370de646645a2d62a97d.tar.gz |
Fix a bug where eventlet.wsgi was sending chunked encoding to http/1.0 clients, which isn't legal. Also, tests for chunked encoding, and the absence of chunked encoding in http/1.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ from setuptools import find_packages, setup setup( name='eventlet', - version='0.6pre', + version='0.5.2', description='Coroutine-based networking library', author='Linden Lab', author_email='eventletdev@lists.secondlife.com', |