* Fix bug where waiting thread isn't notified when requestengine is shut down.

This commit is contained in:
hns 2006-11-22 16:11:41 +00:00
parent 84e6a5f2f8
commit b2bf03b033

View file

@ -674,9 +674,8 @@ public final class RequestEvaluator implements Runnable {
t.kill(); t.kill();
t.abort(); t.abort();
t.closeConnections(); t.closeConnections();
notifyAll();
} }
notifyAll();
} }
/** /**