Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: better handling of concurrent http servers (#57)
Issue #, if available: runfinch/finch#322, specifically regarding this comment runfinch/finch#327 (comment) *Description of changes:* - instantiate a new `NewServeMux` every time the test is run - use the `SpecContext` context instead of the default background context *Testing done:* - tested by using go.mod `replace ()` and running tests locally - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Justin Alvarez <[email protected]>
- Loading branch information