• antirez's avatar
    More variadic MIGRATE fixes. · f5a1e608
    antirez authored
    Another leak was fixed in the case of syntax error by restructuring the
    allocation strategy for the two dynamic vectors.
    
    We also make sure to always close the cached socket on I/O errors so that
    all the I/O errors are handled the same, even if we had a previously
    queued error of a different kind from the destination server.
    
    Thanks to Kevin McGehee. Related to issue #3016.
    f5a1e608
cluster.c 199 KB