Comment 4 for bug 582157

Revision history for this message
Martin Pool (mbp) wrote :

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.