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

Fix issue reading empty known headers #423

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

410 Backport of https://github.com/aspnet/HttpSysServer/pull/401

@muratg I'm not planning to add a quirk flag for this behavior. The error is very disruptive and the fix is very low risk.