Files
scylladb/core
Glauber Costa eb384236fd iostream: extend eof condition to read_exactly users as well
We currently only signal eof for consume() users. If one is calling
read_exactly, eof will never be signalled.

This might make some sense in continuous streams, but specially when
dealing with files, eof is a natural part of line that can and will
happen all the time. Every "read-until-finish" file-loop will at some
point rely on eof.

Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
2015-03-01 09:48:51 +02:00
..
2015-02-19 18:55:43 +02:00
2015-02-19 16:58:54 +02:00
2015-02-19 16:58:54 +02:00
2015-02-25 19:29:36 -03:00