Skip to content
  • bos's avatar
    streamDecodeUtf8With: accumulate undecoded chunks correctly · 02b409c4
    bos authored
    We had previously gotten the accounting and reporting wrong if an
    incomplete input was fed in over the course of several continuations,
    such that we'd report only the incomplete input seen by the most
    recent continuation.
    
    This fixes gh-70.
    02b409c4