#1 Document that end_stream has to be called multiple times

Opened by Ariel on November 16, 2023
Ariel on November 16, 2023

end_stream has to be called multiple times, but this requirement is not documented. Ideally, if the output buffer is large enough, this function should only have to be called once, i.e. call ZSTD_seekable_endStream internally as many times as needed.