Skip to content

v1.9.4

Compare
Choose a tag to compare
@an-tao an-tao released this 04 May 14:43
· 66 commits to master since this release

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.