Commit e1ec0562 authored by Andy Wilkinson's avatar Andy Wilkinson

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

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

See gh-10569
parent d5c9b9e1
...@@ -97,7 +97,6 @@ public class NettyReactiveWebServerFactory extends AbstractReactiveWebServerFact ...@@ -97,7 +97,6 @@ public class NettyReactiveWebServerFactory extends AbstractReactiveWebServerFact
if (getCompression() != null && getCompression().getEnabled()) { if (getCompression() != null && getCompression().getEnabled()) {
options.compression(getCompression().getMinResponseSize()); options.compression(getCompression().getMinResponseSize());
} }
options.preferNative(false);
applyCustomizers(options); applyCustomizers(options);
}).build(); }).build();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment