v1.5.7
API changes list
- Add utc methods for trantor::Date.
Changed
-
Remove an unnecessary semi-colon.
-
Added support for Solaris.
-
Define ssize_t as std::intptr_t on Windows.
-
Add an environment without openssl to github actions.
-
Added SSL Error Trace Log and mTLS Samples.
-
Use LOG_TRACE instead of LOG_DEBUG.
Fixed
-
Fix a race condition.
-
Fix iterator invalidation bug when stopping TCP server.
-
Partial fix of exception safety in the event loop.