summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordonovan <donovan@bigass.local>2008-06-20 13:09:14 -0700
committerdonovan <donovan@bigass.local>2008-06-20 13:09:14 -0700
commitde9bc61f897f75952f7a370de646645a2d62a97d (patch)
tree226afb77ab8829011a1940c9738c9fa0c982c667 /setup.py
parent0b6f65b69f2b6d13989fd9bb8b5ef25cecbbbdf3 (diff)
downloadeventlet-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ce3893f..c5ff7af 100644
--- a/setup.py
+++ b/setup.py
@@ -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',