mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Rather than adding serialized_size() to the body size before serializing the field, we can serialize the field to _tmp_bufs at the beginning and have the body size automatically account for it.