aspnet / HttpSysServer

[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
106 stars 39 forks source link

Rewrite Listener.ResponseSendFileTests #484

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

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.

Tratcher commented 6 years ago

Ping