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

Update stream impl for Framed to return None after Err #4166

Merged
merged 8 commits into from Oct 26, 2021

Commits on Oct 12, 2021

  1. Update stream impl for Framed to return None after Err

    Introduce a new terminal state to the `Framed` `Stream` impl which is
    reached whenever the underlying decoder returns an `Err`. Once we reach
    this state, we always return `None` when the stream is polled.
    Bhargav Voleti committed Oct 12, 2021
    Copy the full SHA
    3ae1591 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Add framed stream test

    Bhargav Voleti committed Oct 13, 2021
    Copy the full SHA
    b098fea View commit details
    Browse the repository at this point in the history
  2. Move stream to the paused state after returning None

    Bhargav Voleti committed Oct 13, 2021
    Copy the full SHA
    83f88bd View commit details
    Browse the repository at this point in the history
  3. Try fixing diagram formatting

    Bhargav Voleti committed Oct 13, 2021
    Copy the full SHA
    0d504bd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Give fresh diagram a try

    Bhargav Voleti committed Oct 19, 2021
    Copy the full SHA
    0577753 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Convert test to tokio-test

    Bhargav Voleti committed Oct 22, 2021
    Copy the full SHA
    73d6d3f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Merge branch 'master' into update-decoder

    Bhargav Voleti committed Oct 25, 2021
    Copy the full SHA
    0154048 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Copy the full SHA
    d387593 View commit details
    Browse the repository at this point in the history