SocketPool kqueue / epoll
kqueue(2)/epoll(7)events are now used to suspend and resume socket usingSocketPool<EventQueue>SocketPool<EventQueue>is now the default pool used byHTTPServerPollingSocketPoolhas been replaced bySocketPool<Poll>- Windows uses
SocketPool<Poll> - Moved
HTTPLoggingtoFlyingSocks.Loggingenabling logs within sockets and pools. - Decreased compilation time