This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Releases: dart-archive/http2
Releases · dart-archive/http2
package:http2 v2.3.0
Fixes for Dart 2.0.
0.1.7 Release 0.1.7 (#21)
Cleanup
- Strong mode fixes and other code cleanup.
Active state callback
- Added an
onActiveStateChanged
callback toConnection
, 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
- Fixed a bug where a closed window would not open correctly due to an increase in initial window size.