pubspec.yamldart-lang/http monorepo.3.0.02.17.0.WINDOW_UPDATE frames for the connection to account for data being sent on closed streams until the RST_STREAM has been processed.MultiProtocolHttpServer.close.2.15.0.TransportConnection.onInitialPeerSettingsReceived which fires when initial SETTINGS frame is received from the peer.package:http2/http2.dart now reexports package:http2/transport.dart.On connection termination, try to dispatch existing messages, thereby avoiding terminating existing streams.
Fix ClientTransportConnection.isOpen to return false if we have exhausted the number of max-concurrent-streams.
dart:convert to lowercase.Function syntax, since it isn't fully supported in Dart 1.24.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.onTerminated hook that is called when a TransportStream receives a RST_STREAM frame.package:http2/multiprotocol_server.dart librarypackage:http2/transport.dart library