309
308
def read_body_bytes(self, count=-1):
310
309
"""Read bytes from the body, decoding into a byte stream.
313
312
errors, and then feed the buffer back as read_body_bytes is called.
315
314
Like the builtin file.read in Python, a count of -1 (the default) means