Home | History | Annotate | Download | only in codereview

Lines Matching refs:response_body

353 		response_body = MySend("/upload", body, content_type=ctype)
355 msg = response_body
361 if response_body.startswith("Issue updated.") and quiet:
366 if not response_body.startswith("Issue created.") and not response_body.startswith("Issue updated."):
367 raise hg_util.Abort("failed to update issue: " + response_body)
2838 response_body = response.read()
2839 response_dict = dict(x.split("=") for x in response_body.split("\n") if x)
3264 response_body = rpc_server.Send(url, body, content_type=ctype)
3265 if not response_body.startswith("OK"):
3266 StatusUpdate(" --> %s" % response_body)
3556 response_body = rpc_server.Send(url, body, content_type=ctype)
3557 lines = response_body.splitlines()
3559 StatusUpdate(" --> %s" % response_body)