So smart/protocol.py does buffer up the stream body so that it writes only in blocks of 1MB. However there are multiple layers of buffering underneath this, and we may be getting bad interactions between them.
So smart/protocol.py does buffer up the stream body so that it writes only in blocks of 1MB. However there are multiple layers of buffering underneath this, and we may be getting bad interactions between them.