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
@nils-ohlmeier, what should happen when an empty document is parsed?
The text was updated successfully, but these errors were encountered:
Well we do have a test verifying that it returns an error https://github.com/mozilla/webrtc-sdp/blob/master/src/lib.rs#L1297
What would be arguments to make this a success instead?
Sorry, something went wrong.
I have updated the question to ask if we want to yield a specific error (which would be matchable) if the document is empty.
match
Yes that probably makes sense to improve.
No branches or pull requests
@nils-ohlmeier, what should happen when an empty document is parsed?
The text was updated successfully, but these errors were encountered: