Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The example test is flaky because `go ListenAndServe()` is not always ready to accept connections by the time we get to making the request. To fix this, start a listener explicitly in a blocking manner, and run the Serve goroutine separately.
- Loading branch information