• antirez's avatar
    While the slave is busy, just accumulate master input. · e8d35809
    antirez authored
    Processing command from the master while the slave is in busy state is
    not correct, however we cannot, also, just reply -BUSY to the
    replication stream commands from the master. The correct solution is to
    stop processing data from the master, but just accumulate the stream
    into the buffers and resume the processing later.
    
    Related to #5297.
    e8d35809
networking.c 82.1 KB