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

retry: Simplify ReplayBody::poll_data for readability #1346

Merged
merged 4 commits into from
Nov 1, 2021
Merged

Commits on Nov 1, 2021

  1. retry: Simplify ReplayBody::poll_data for readability

    `ReplayBody::poll_data includes some deeply nested logic that can be
    avoided with early returns. This restructures `ReplayBody::poll_data` so
    that the control flow is easier to follow.
    olix0r committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    67df9bb View commit details
    Browse the repository at this point in the history
  2. more simpleness

    olix0r committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7c94b82 View commit details
    Browse the repository at this point in the history
  3. scope unwrapped body to poll

    olix0r committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c777c5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b75b51 View commit details
    Browse the repository at this point in the history