• antirez's avatar
    Cluster PUBLISH message: fix totlen count. · 669aa2a2
    antirez authored
    bulk_data field size was not removed from the count. It is not possible
    to declare it simply as 'char bulk_data[]' since the structure is nested
    into another structure.
    669aa2a2
cluster.c 182 KB