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