Skip to content

Releases: testillano/http2comm

[v2.2.15] Add ifdef directive for patched nghttp2 library

Choose a tag to compare

@testillano testillano released this 11 Jul 19:04

Added

Added precompilation directiive to hide source code related to configurable
max concurrent streams in order to support non-patched nghttp2 libraries.
The library testillano/nghttp2 is ready to support that feature so the section is
going to be enabled.

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Changelog

v2.2.14...v2.2.15

[v2.2.14] Make confiigurable Max Concurrent Streams on server

Choose a tag to compare

@testillano testillano released this 11 Jul 14:42

Added

New interface to allow configurability for SETTINGS_MAX_CONCURRENT_STREAMS

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Make server max concurrent streams configurable (testillano/h2agent#136)

Changelog

v2.2.13...v2.2.14

[v2.2.13] Allow to implement server specific handlers

Choose a tag to compare

@testillano testillano released this 23 May 14:12

Added

New virtual method for http2 server which allows to register handler.

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Changelog

v2.2.12...v2.2.13

[v2.2.12] New streamClose() virtual method

Choose a tag to compare

@testillano testillano released this 10 May 14:37

[v2.2.11] Fix dangling session crashes

Choose a tag to compare

@testillano testillano released this 10 May 11:57

Fixed

Guard submit against NULL nghttp2 session
Race condition in close() causes NULL session
Avoid shutdown() race in async_send error path

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Changelog

v2.2.10...v2.2.11

[v2.2.10] Support io context variants and asio API adaptations

Choose a tag to compare

@testillano testillano released this 04 May 01:08

[v2.2.9] Fix crashdump in async_send

Choose a tag to compare

@testillano testillano released this 03 May 22:12

[v2.2.8] Fix metrics family registering

Choose a tag to compare

@testillano testillano released this 03 Apr 23:28

[v2.2.7] Fix non-lazy reconnection (client endpoint)

Choose a tag to compare

@testillano testillano released this 06 Mar 19:28

[v2.2.6] Complete HTTP code literals

Choose a tag to compare

@testillano testillano released this 03 Mar 22:26

Added

Full list of HTTP Status Code literals (enum) available for library users.

Docker images

https://github.com/users/testillano/packages/container/package/http2comm
https://github.com/users/testillano/packages/container/package/http2comm_builder

Issues report

Changelog

v2.2.5...v2.2.6