another rocket fix

This commit is contained in:
mdipierro
2012-10-01 14:25:38 -05:00
parent 9ac4a11db1
commit 94f11501ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.9 (2012-10-01 12:29:52) dev
Version 2.0.9 (2012-10-01 14:25:23) dev
+1 -1
View File
@@ -1470,7 +1470,7 @@ class Worker(Thread):
break
elif l[0] in ' \t' and lname:
# Some headers take more than one line
environ[lname] += ',' + l.strip()
environ[lname] += ' ' + l.strip()
else:
# HTTP header values are latin-1 encoded
l = l.split(':', 1)