soheilhy / cmux

Connection multiplexer for GoLang: serve different services on the same port!
Apache License 2.0
2.53k stars 197 forks source link

fix flaky test TestErrorHandler #14

Closed tamird closed 8 years ago

tamird commented 8 years ago

Before this change, this test would fail after about 50 runs. After this change, I was able to run it 200 times without failure.