aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

React to Content-Md5 fix #229

Closed Tratcher closed 7 years ago

Tratcher commented 7 years ago

Reacting to the header name fix in https://github.com/aspnet/HttpAbstractions/pull/834. HttpClient strictly sorts headers by Response headers and Response Content headers. @khellang