• Martin Hurton's avatar
    pipe: fix bug in rollback() method · 4777fe40
    Martin Hurton authored
    The msgs_written variable keeps track how many complete
    messages have been written so far. The rollback operation drops all
    fragments of the last incomplete message so it shouldn't
    change this variable at all.
    4777fe40
pipe.cpp 6.52 KB