Revert "Disable Reactor Netty's use of kqueue/epoll"

The failure continued to occur so this commit reverts commit
42c1ce65e9.

See gh-10569
This commit is contained in:
Andy Wilkinson
2018-01-18 13:46:27 +00:00
parent d5c9b9e12f
commit e1ec0562b2

View File

@@ -97,7 +97,6 @@ public class NettyReactiveWebServerFactory extends AbstractReactiveWebServerFact
if (getCompression() != null && getCompression().getEnabled()) {
options.compression(getCompression().getMinResponseSize());
}
options.preferNative(false);
applyCustomizers(options);
}).build();
}