v1.2.0
Fixed
-
Fix error when receiving response without content-length header.
-
Fix a stack-overflow error when high concurrency happening on sqlite3.
-
Fix MinGW ORM building by enabling htonll and ntohll.
Changed
-
Modify the WebSocketTest controller to create a simple chat room.
-
Add support for OpenBSD.
-
Return 400 if the content-length is invalid.
-
Don't send content type in a 304 response.
-
Add the reuse_port option to app() interface.
-
Add the 'std::optional' support in the SqlBinder class and the Session class.
-
Add implicit page resolving capability.