502
502
yield pack_writer.begin()
503
503
yield pack_writer.bytes_record(src_format.network_name(), '')
504
504
for substream_type, substream in stream:
513
506
if record.storage_kind in ('chunked', 'fulltext'):
514
507
serialised = record_to_fulltext_bytes(record)