kqueue version of 7baef4fbe8

This commit is contained in:
Scott Mitchell 2017-06-23 08:23:28 -07:00
parent 58386aea43
commit 1df722f65b

View File

@ -249,8 +249,8 @@ final class KQueueEventLoop extends SingleThreadEventLoop {
if (wakenUp == 1) {
wakeup();
}
default:
// fallthrough
default:
}
final int ioRatio = this.ioRatio;