Skip to content

Commit

Permalink
Issue #4376 Async Content Complete
Browse files Browse the repository at this point in the history
ERROR state still needs to be closed!

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Nov 29, 2019
1 parent b30755f commit 21209d7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -323,7 +323,6 @@ public void close()
{
case CLOSING:
case CLOSED:
case ERROR:
{
_closeCallback = null;
closeCallback.succeeded();
Expand Down

0 comments on commit 21209d7

Please sign in to comment.