• antirez's avatar
    Cluster PUBLISH message: fix totlen count. · 73996c86
    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.
    73996c86
cluster.h 12.2 KB