You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.
Is you change the repro WebApp to .UseKestrel() instead of .UseWebListener(), both client applications run fine. This is why I think this issue is caused by an issue in HttpSysServer.
RFC 2626 and RFC 2731 states that a head request MUST NOT return a response body. See also the last paragraph of https://tools.ietf.org/html/rfc2616#section-4.3.
The following HTTP request/response pair is captured using Fiddler and returned by a simple web app running on HttpSysServer:
Repro repo: https://github.com/devatwork/ReproduceUnrecognizedResponse
Is you change the repro WebApp to
.UseKestrel()
instead of.UseWebListener()
, both client applications run fine. This is why I think this issue is caused by an issue in HttpSysServer.See https://github.com/dotnet/corefx/issues/14897 for more details on what uncovered this issue.
The text was updated successfully, but these errors were encountered: