Merge branch 'master' of ssh://git@github.com/netty/netty.git
This commit is contained in:
commit
24f5379ee4
@ -545,7 +545,7 @@ public class MemoryAwareThreadPoolExecutor extends ThreadPoolExecutor {
|
||||
try {
|
||||
wait();
|
||||
} catch (InterruptedException e) {
|
||||
// Ignore
|
||||
Thread.currentThread().interrupt();
|
||||
} finally {
|
||||
waiters --;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user