Skip to content

Commit

Permalink
Issue #4376 Async Content Complete
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gregw committed Dec 2, 2019
1 parent 85cda88 commit ec969f4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -325,6 +325,7 @@ public void close()
{
case CLOSING:
case CLOSED:
case ERROR:
{
_closeCallback = null;
closeCallback.succeeded();
Expand Down

0 comments on commit ec969f4

Please sign in to comment.