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

peer_connection: sdp: Fix BUNDLE group matching #583

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

haaspors
Copy link
Contributor

A minor bug in my last PR allowed an empty BUNDLE group attribute from offer to add all unmatched results into answer. The correct answer should not have any BUNDLE group either of course.

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.36%. Comparing base (89285ce) to head (6c48421).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #583      +/-   ##
==========================================
- Coverage   61.40%   61.36%   -0.04%     
==========================================
  Files         533      533              
  Lines       49678    49679       +1     
  Branches    12619    12618       -1     
==========================================
- Hits        30505    30487      -18     
+ Misses       9855     9853       -2     
- Partials     9318     9339      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rainliu rainliu merged commit edf0a53 into webrtc-rs:master Jun 24, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants