ebarlas / microhttp

Fast, scalable, self-contained, single-threaded Java web server
MIT License
539 stars 54 forks source link

'SO_REUSEPORT' not supported #11

Closed brucemelo closed 2 years ago

brucemelo commented 2 years ago

Exception in thread "main" java.lang.UnsupportedOperationException: 'SO_REUSEPORT' not supported at java.base/sun.nio.ch.ServerSocketChannelImpl.setOption(ServerSocketChannelImpl.java:212) at org.microhttp.EventLoop.(EventLoop.java:80)

ebarlas commented 2 years ago

Thank you for catching this! I miss the if-guards for those socket options. I'll add the other in as well.