We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dbf6b commit bd3194eCopy full SHA for bd3194e
roundup/scripts/roundup_server.py
@@ -17,7 +17,7 @@
17
18
"""Command-line script that runs a server over roundup.cgi.client.
19
20
-$Id: roundup_server.py,v 1.87 2006-12-18 05:56:49 a1s Exp $
+$Id: roundup_server.py,v 1.88 2007-04-23 19:35:41 forsberg Exp $
21
"""
22
__docformat__ = 'restructuredtext'
23
@@ -149,6 +149,7 @@ def index(self):
149
if len(keys) == 1:
150
self.send_response(302)
151
self.send_header('Location', urllib.quote(keys[0]) + '/index')
152
+ self.end_headers()
153
else:
154
self.send_response(200)
155
self.send_header('Content-Type', 'text/html')
0 commit comments