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 Nov 20, 2018. It is now read-only.
We should ignore empty headers since they are not meaningful. Currently, parsing
,,
will generate three empty strings{string[3]}: {"","",""}
. We should instead check whether the parsed values are empty here: https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http.Abstractions/Internal/ParsingHelpers.cs#L29The text was updated successfully, but these errors were encountered: