We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is related to https://github.com/dotnet/corefx/issues/31918 and the same repro described there breaks with .NET 3.0 but the reason appears to be different and due to not using TryAddWithoutValidation according to this.
TryAddWithoutValidation
Basic issue is that headers such as Expires: -1 are not supported while they are still prevalent.
Expires: -1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
This issue has been present since .NET Core 2.1!
@aliostad keeps opening new bugs after we are told the issue has been fixed. Could someone PLEASE take a look at it and sort it out once and for all?!
Do not validate Expires header values
Expires
69224f8
- #263
[releaes/3.2.8] Get builds working again (#302)
c55dd95
- test using netcoreapp2.1 - react to .NET Core breaking change - see https://docs.microsoft.com/en-us/dotnet/core/compatibility/2.1#path-apis-dont-throw-an-exception-for-invalid-characters - suppress NU5125 warnings - break the build because warnings are treated as errors - do not validate Expires header values - #263
No branches or pull requests
This is related to https://github.com/dotnet/corefx/issues/31918 and the same repro described there breaks with .NET 3.0 but the reason appears to be different and due to not using
TryAddWithoutValidation
according to this.Basic issue is that headers such as
Expires: -1
are not supported while they are still prevalent.The text was updated successfully, but these errors were encountered: