* Fix bug where waiting thread isn't notified when requestengine is shut down.
This commit is contained in:
parent
84e6a5f2f8
commit
b2bf03b033
1 changed files with 1 additions and 2 deletions
|
@ -674,9 +674,8 @@ public final class RequestEvaluator implements Runnable {
|
|||
t.kill();
|
||||
t.abort();
|
||||
t.closeConnections();
|
||||
|
||||
notifyAll();
|
||||
}
|
||||
notifyAll();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue