Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Releases: dart-archive/http2

package:http2 v2.3.0

08 Jan 13:13
1849a26
Compare
Choose a tag to compare
  • Only send updates on frames and pings being received when there are listeners, as to not fill up memory.

Fixes for Dart 2.0.

11 Jan 14:28
a4e9fc3
Compare
Choose a tag to compare
0.1.7

Release 0.1.7 (#21)

Cleanup

03 Nov 13:35
4b61601
Compare
Choose a tag to compare
  • Strong mode fixes and other code cleanup.

Active state callback

02 Oct 07:40
Compare
Choose a tag to compare
  • Added an onActiveStateChanged callback to Connection, which is invoked when the connection changes state from idle to active or from active to idle. This can be used to implement an idle connection timeout.

Bugs in the Window

18 Jul 08:39
Compare
Choose a tag to compare
  • Fixed a bug where a closed window would not open correctly due to an increase in initial window size.