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

[apps] UriParser: fixed protocol type detection. #2452

Merged

Conversation

maxsharabayko
Copy link
Collaborator

std::map::at(const Key& key) throws an exception of type std::out_of_range if the target key is not found.
Instead, the m_uriType value is expected to remain as UNKNOWN.
Therefore replaced with find.

@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [apps] Area: Test applications related improvements labels Sep 13, 2022
@maxsharabayko maxsharabayko added this to the Next release milestone Sep 13, 2022
@maxsharabayko maxsharabayko merged commit 18c829a into Haivision:master Sep 27, 2022
@maxsharabayko maxsharabayko deleted the hotfix/uriparser-prototype branch September 27, 2022 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[apps] Area: Test applications related improvements Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant