274
274
def _read_bytes(self, desired_count):
275
275
# We ignore the desired_count because on sockets it's more efficient to
276
276
# read large chunks (of _MAX_READ_SIZE bytes) at a time.
279
279
def terminate_due_to_error(self):
280
280
# TODO: This should log to a server log file, but no such thing