Skip to content

Commit

Permalink
Issue #4376 Async Content Complete
Browse files Browse the repository at this point in the history
close after last blocking write

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Nov 29, 2019
1 parent 21209d7 commit d254158
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -234,6 +234,8 @@ private void write(ByteBuffer content, boolean complete) throws IOException
{
write(content, complete, blocker);
blocker.block();
if (complete)
closed();
}
catch (Exception failure)
{
Expand Down

0 comments on commit d254158

Please sign in to comment.