Closed mosuem closed 1 year ago
Fixes #157.
For now, only handles pings from the client to the server.
Relies on https://github.com/dart-lang/http2/pull/127, as http2 needs to expose when a ping is received, instead of just silently acknowledging it.
There are no interop tests for this AFAIK.
Fixes #157.
For now, only handles pings from the client to the server.
Relies on https://github.com/dart-lang/http2/pull/127, as http2 needs to expose when a ping is received, instead of just silently acknowledging it.