[Cppcms-users] CppCMS 2.0.0 - beta 2 is ready
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2020-09-18 19:47:05
|
Dear CppCMS Users, CppCMS 2.0.0 bet2 is ready, and It includes: - improved HTTP support - now it is first class citizen and not a debugging tool over CGI protocol. The improvements include: - HTTP/1.1 - keep-alive support - Request pipelining - Chunked transfer encoding - HTTP response now generated directly rather than being converted from CGI output stream. - Performance improvement in environment variables handling and HTTP general The HTTP improvements were base requirement for implementation of web sockets - the next development step Artyom Beilis |