v1.9.4
API changes list
-
Add client cert support for websocket.
-
Add JSON send overloads for WebSocket connections.
Changed
-
Minor enhancement: move some smart pointers around instead of copying them.
-
Remove the request shared_ptr from the multipart parser.
-
Fix typo in HttpAppFrameworkImpl.cc.
-
Avoid string copy and lowercasing on every request.
-
Implemented database reconnection loop.
Fixed
- Bypass clang thread_local error.