# HG changeset patch # User wbell # Date 1285030063 0 # Node ID 46f37b649a234574847155efe8aa234985212d3f # Parent ae3b946b770413f5a84807375bd7c36fffd557da 0.6dev: Merged [903] from trunk. diff --git a/bitten/master.py b/bitten/master.py --- 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