cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.28k stars 1.1k forks source link

Fixes #311 - Make timeouts Sync #312

Open palant opened 5 days ago

palant commented 5 days ago

This replaces BoxFuture by the type it aliases while adding the Sync trait. See #311 for the rationale behind this change.

palant commented 5 days ago

And once again intermittent test failures in unrelated code. This time it’s the random number generator: you cannot reliably test distribution of random results, there will be occasional outliers. :roll_eyes: