webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

refactor: remove unnecessary Cow::Borrowed wrapper in URL query parsing

Open cppcoffee opened this issue 5 months ago • 1 comments

Remove Cow::Borrowed wrapper when comparing transport key in query parameters, as direct string comparison is more readable and equally efficient.

cppcoffee avatar Jun 15 '25 11:06 cppcoffee

hi @rainliu , can you review this PR?

cppcoffee avatar Jun 16 '25 11:06 cppcoffee