• Max Kellermann's avatar
    input/buffering: make read errors fatal, no recovery · c2dd6808
    Max Kellermann authored
    If a read error occurs, it is very unlikely that the InputStream will
    ever recover.  Removing the code removes some code complexity which
    just isn't worth it.  And it allows supporting multiple readers for
    one buffer.
    c2dd6808
BufferingInputStream.cxx 6.15 KB