• antirez's avatar
    More variadic MIGRATE fixes. · 29c89df4
    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.
    29c89df4
cluster.c 200 KB