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

stream: some simplification #32900

Closed
wants to merge 4 commits into from
Closed

Commits on Apr 17, 2020

  1. stream: removed unecessary writing property

    writecb casted to boolean has the same
    value as writing.
    ronag committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    38d9b7f View commit details
    Browse the repository at this point in the history
  2. stream: simplify clearBuffer condition

    Was doing some unecessary checks.
    ronag committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4ac87be View commit details
    Browse the repository at this point in the history
  3. fixup: try perf

    ronag committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    206f62b View commit details
    Browse the repository at this point in the history
  4. Revert "fixup: try perf"

    This reverts commit 206f62b.
    ronag committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4331da7 View commit details
    Browse the repository at this point in the history