- From: Dominique Hazael-Massieux via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Sep 2024 16:09:28 +0000
- To: public-webrtc-logs@w3.org
as discussed in https://github.com/w3c/webrtc-pc/issues/2997#issuecomment-2326802053, reusing the `application/x-www-form-urlencoded` parser means making `?&transport=udp` parsable; an alternative would be to instead do the split on `=` ourselves (rather than invoking the URL algorithm), limiting the set of acceptable query strings to `?transport=udp` and `?transport=tcp` (which would align better at least with the libwebrtc implementation). happy to change the PR in that direction if that's the preferred path. -- GitHub Notification of comment by dontcallmedom Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2996#issuecomment-2326907811 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 September 2024 16:09:29 UTC