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 byHTTPServer
PollingSocketPool
has been replaced bySocketPool<Poll>
- Windows uses
SocketPool<Poll>
- Moved
HTTPLogging
toFlyingSocks.Logging
enabling logs within sockets and pools. - Decreased compilation time