changeset 827:46f37b649a23 0.6.x

0.6dev: Merged [903] from trunk.
author wbell
date Tue, 21 Sep 2010 00:47:43 +0000
parents ae3b946b7704
children f6eef3e25b6d
files bitten/master.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/master.py
+++ b/bitten/master.py
@@ -428,9 +428,8 @@
         body = 'Keepalive processed'
         self._send_response(req, 200, body, {
                             'Content-Type': 'text/plain',
-                            'Content-Length': str(len(body)),
-                            'Location': req.abs_href.builds(
-                                    build.id, 'keepalive')})
+                            'Content-Length': str(len(body))})
+
 
     def _start_new_step(self, build, stepname):
         """Creates the in-memory representation for a newly started
Copyright (C) 2012-2017 Edgewall Software