Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #469 - parsing from buffered reader #471

Merged
merged 2 commits into from Sep 10, 2022

Commits on Sep 6, 2022

  1. Add tests for tafia#469

    failures (8):
        reader::async_tokio::test::small_buffers::cdata1
        reader::async_tokio::test::small_buffers::cdata2
        reader::async_tokio::test::small_buffers::comment1
        reader::async_tokio::test::small_buffers::comment2
        reader::buffered_reader::test::small_buffers::cdata1
        reader::buffered_reader::test::small_buffers::cdata2
        reader::buffered_reader::test::small_buffers::comment1
        reader::buffered_reader::test::small_buffers::comment2
    Mingun committed Sep 6, 2022
    Copy the full SHA
    e052a46 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect reading of CDATA and comments when end sequence crosses…

    … the boundary of chunks in buffered reader
    
    The bug was introduced in f2b99f0
    Mingun committed Sep 6, 2022
    Copy the full SHA
    75823d5 View commit details
    Browse the repository at this point in the history