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

Issue #4376 Async Content Complete #4377

Merged
merged 5 commits into from
Dec 2, 2019

Commits on Nov 28, 2019

  1. Issue #4376 Async Content Complete

    Added test harness to reproduce unready completing write.
    Fixed test by not closing output prior to becoming READY
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b30755f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Issue #4376 Async Content Complete

    ERROR state still needs to be closed!
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    21209d7 View commit details
    Browse the repository at this point in the history
  2. Issue #4376 Async Content Complete

    close after last blocking write
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d254158 View commit details
    Browse the repository at this point in the history
  3. Issue #4376 Async Content Complete

    If completion has to do a flush, then we need a call to closed to
    avoid leaking buffers.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    abb7e3b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Issue #4376 Async Content Complete

    Reformat
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    36cc246 View commit details
    Browse the repository at this point in the history