aspnet / Diagnostics

[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
213 stars 108 forks source link

[Fixes https://github.com/aspnet/EntityFrameworkCore/issues/14015] Remove setting content-length and connection headers #530

Closed javiercn closed 5 years ago

javiercn commented 5 years ago

These are set by the browser and should not be set as part of the XMLHttpRequest

Fixes https://github.com/aspnet/EntityFrameworkCore/issues/14015

ajcvickers commented 5 years ago

@natemcmaster Should this PR be in the AspNet repo now? The code has moved, right?

@javiercn Thanks for looking into this. We're going to take this as a patch, so we'll need the PR on release/2.2 in whatever repo is the right one. I'll take care of the labels, bringing to shiproom, etc.

javiercn commented 5 years ago

Closing this one in favor of https://github.com/aspnet/AspNetCore/pull/4271#issuecomment-442279893