845
846
raise errors.MediumNotConnected(self)
846
847
# We ignore the desired_count because on sockets it's more efficient to
847
848
# read large chunks (of _MAX_READ_SIZE bytes) at a time.
851
859
class SmartClientStreamMediumRequest(SmartClientMediumRequest):