socketry / async-http

MIT License
298 stars 45 forks source link

Fix test compatibility with new fiber scheduler. #94

Closed ioquatix closed 2 years ago

ioquatix commented 2 years ago

The fibers scheduler introduces more context switching points which made some specs a bit flaky. This PR fixes those cases and improves the general structure of some related tests.

Types of Changes