Skip to content

Commit

Permalink
another fix for #2175
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Jun 14, 2016
1 parent 6337a25 commit e863e28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,8 +176,8 @@ void addChunk(Reader chunk, boolean continued) {
synchronized (readers) {
readers.addLast(chunk);
readers.notifyAll();
this.continued = continued;
}
this.continued = continued;
}
}
}

0 comments on commit e863e28

Please sign in to comment.