Index: tools/telemetry/third_party/gsutilz/third_party/apitools/apitools/base/py/batch.py |
diff --git a/tools/telemetry/third_party/gsutilz/third_party/apitools/apitools/base/py/batch.py b/tools/telemetry/third_party/gsutilz/third_party/apitools/apitools/base/py/batch.py |
old mode 100755 |
new mode 100644 |
index 4910d4ac60ae418c49ce8b472b62383ace969349..2cf03a43ed039b70e47f8eb40f14cd784d526f21 |
--- a/tools/telemetry/third_party/gsutilz/third_party/apitools/apitools/base/py/batch.py |
+++ b/tools/telemetry/third_party/gsutilz/third_party/apitools/apitools/base/py/batch.py |
@@ -321,11 +321,6 @@ class BatchHttpRequest(object): |
gen.flatten(msg, unixfrom=False) |
body = str_io.getvalue() |
- # Strip off the \n\n that the MIME lib tacks onto the end of the |
- # payload. |
- if request.body is None: |
- body = body[:-2] |
- |
return status_line + body |
def _DeserializeResponse(self, payload): |