Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: fix error message on invalid connection ID
If Buffer.from() throws, it does not return a value, so the error message is always going to report `undefined`. Use the value passed to Buffer.from() instead. PR-URL: #35026 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- Loading branch information