- From: docfaraday via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 May 2022 12:50:59 +0000
- To: public-webrtc-logs@w3.org
> So, if I understand correctly, it is `[A-Za-z0-9\-_]{1}` from 8851 vs. `[A-Za-z0-9]{1,16}` for one-byte header and `[A-Za-z0-9]{0,255}` for two-byte header from 8852 Is that correct? 8851 says [A-Za-z0-9]{1,} (or [A-Za-z0-9]+) -- GitHub Notification of comment by docfaraday Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2732#issuecomment-1123720225 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 May 2022 12:51:01 UTC