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