Commit 2113bbe
committed
fix(websocket): eliminate sign-conversion warning in payload handling
- iterate over char instead of unsigned char
- apply explicit cast to std::byte via unsigned char
- ensure safe and explicit byte conversion for binary frames
improves type safety and keeps websocket module warning-free1 parent aeb59e3 commit 2113bbe
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
| 576 | + | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
| 579 | + | |
579 | 580 | | |
580 | 581 | | |
581 | 582 | | |
| |||
0 commit comments