-
Notifications
You must be signed in to change notification settings - Fork 861
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
UriParser improvements #743
Conversation
* Make property accessors const. * Proto is converted to lower case. The current code assumes a lowercase proto and will fail if the input is not lowercase. * Type now supports all existing types. * Type RTP added. * Test code no longer crashes when called with no args. * Fixed layout removing extraneous empty lines.
@AdeMiller : I was kinda surprised that this call with Otherwise, beside these braces, I have no more comments. |
So I did some investigation around this
I've changed the code accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update according to the comments.
proto and will fail if the input is not lowercase.