v1.5.6
API changes list
-
Add support for sending data streams via callback.
-
Added mTLS support.
Changed
-
Make MsgBuffer constructor explicit.
-
Always queue connectDestroyed() in loop.
-
Stop calling abort() in runtime.
-
Give EventLoopThread::loop_ static lifetime.
-
Optimization SSL name matching.
-
Clarify SSL error message.
-
Rename BUILD_TRANTOR_SHARED to BUILD_SHARED_LIBS.
Fixed
-
Fix tolower with sanitizer cfi
-
include <pthread_np.h> unconditionally on freebsd
-
Fix thread sanitizer.