Releases: testillano/http2comm
Releases · testillano/http2comm
[v1.0.5] Optimize on_close call
Changelog: v1.0.4...v1.0.5
[v1.0.4] disable queue dispatcher for 1 worker thread
Improvements:
- Turn Stream close from protected bool to atomic bool (more efficient)
- Disable queue dispatcher when only 1 worker thread is configured (more efficient and also minimize crash bug due to client connection break on high load)
- Simplify Stream constructor regarding io service reference which could be accessed through response structure.
Changelog: v1.0.3...v1.0.4
v1.0.3
Implement secured client connection and other improvements.
Changelog: v1.0.2...v1.0.3
v1.0.2
Update logger to v1.0.10
v1.0.1
Adapt github template for bug issue Remove smartphone section as it has no sense in this project.
Metrics on Http2Server
Include metrics in Http2Server class
v0.1.0
Added queue dispatcher
v0.0.6
v0.0.6