sneako / finch

Elixir HTTP client, focused on performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test telemetry events for HTTP/2 pools

sneako opened this issue · comments

Currently our Telemetry tests only run against HTTP1 pools.

We could refactor the test suite in a way that we can also run them against HTTP2 pools.

Unfortunately, there is likely to be some mismatch between the two, but these test changes should help us uncover any mismatches so that we can bring them in line and keep them that way.

Closed via #228