Skip to content

Releases: testillano/http2comm

[v1.0.5] Optimize on_close call

04 Jun 00:07
Compare
Choose a tag to compare

[v1.0.4] disable queue dispatcher for 1 worker thread

01 Jun 21:28
Compare
Choose a tag to compare

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

25 May 01:01
Compare
Choose a tag to compare

Implement secured client connection and other improvements.

Changelog: v1.0.2...v1.0.3

v1.0.2

25 Apr 18:14
Compare
Choose a tag to compare

Update logger to v1.0.10

v1.0.1

06 Mar 02:08
Compare
Choose a tag to compare
Adapt github template for bug issue

Remove smartphone section as it has no sense in this project.

Metrics on Http2Server

09 Oct 22:17
Compare
Choose a tag to compare

Include metrics in Http2Server class

v0.1.0

02 Apr 14:25
Compare
Choose a tag to compare

Added queue dispatcher

v0.0.6

11 Mar 19:32
Compare
Choose a tag to compare
v0.0.6