Skip to content
New issue

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

Consider implementing strict/non-strict parser modes #482

Open
Davidde94 opened this issue Mar 16, 2021 · 2 comments
Open

Consider implementing strict/non-strict parser modes #482

Davidde94 opened this issue Mar 16, 2021 · 2 comments
Labels
kind/enhancement Improvements to existing feature.
Milestone

Comments

@Davidde94
Copy link
Collaborator

Strict parser mode can be used to test standard compliance and report issues.

Non-strict mode can be used in real-world applications to deal with imperfect clients and servers.

@Davidde94
Copy link
Collaborator Author

This will probably be best implemented if we move away from the static methods to instantiate a configurable type.

@danieleggert
Copy link
Collaborator

danieleggert commented Mar 16, 2021

This would be great to have such that we can report issues to various server implementations as we find them.

The strict mode doesn’t have to be perfect.

@Davidde94 Davidde94 added this to the 0.3 milestone Apr 29, 2021
@danieleggert danieleggert modified the milestones: 0.3, 0.4 Dec 14, 2021
@danieleggert danieleggert added the kind/enhancement Improvements to existing feature. label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements to existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants