mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
data_consume_rows keeps an input_stream member that must be closed. In particular, on the error path, when we destroy it possibly with readaheads in flight. Fixes #13836 Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Closes #13840