Skip to content

Commit

Permalink
fix-3678 (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
kexianjun authored and lixiaojiee committed Mar 20, 2019
1 parent ad5f9f9 commit da69a9c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ private void doReceived(Response res) {
lock.lock();
try {
response = res;
if (done != null) {
done.signal();
}
done.signalAll();
} finally {
lock.unlock();
}
Expand Down

0 comments on commit da69a9c

Please sign in to comment.