webrtc
webrtc copied to clipboard
refactor: remove unnecessary Cow::Borrowed wrapper in URL query parsing
Remove Cow::Borrowed wrapper when comparing transport key in query parameters,
as direct string comparison is more readable and equally efficient.
hi @rainliu , can you review this PR?