This test failed once on net461 with a vague timeout exception that I haven't been able to reproduce.
These tests do use the Listener pattern that has caused a number of threading issues and timeouts elsewhere. I've opted to rewrite them using the more reliable pattern.
Related to https://github.com/aspnet/HttpSysServer/issues/477
This test failed once on net461 with a vague timeout exception that I haven't been able to reproduce.
These tests do use the Listener pattern that has caused a number of threading issues and timeouts elsewhere. I've opted to rewrite them using the more reliable pattern.