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
GO's implementation doesn't make any header key/value encoding validation. We need to add this validation.
The text was updated successfully, but these errors were encountered:
We have to discuss as well wether the cookie headers must be case sensitive or not.
Sorry, something went wrong.
@panchoh unfortunately they kind of do (read threads vlang/v#9462 (comment) and vlang/v#9602 (comment) ).
We shall follow the basic robustness principle: be liberal on input and strictly conformant on output.
No branches or pull requests
GO's implementation doesn't make any header key/value encoding validation. We need to add this validation.
The text was updated successfully, but these errors were encountered: