Commit c77694b
committed
wire: Fix {read,write}Element *[4]byte case
A previous commit which intended to remove the no longer used *[4]byte special
case (for message header checksums) from writeElement inadvertently removed
this from readElement instead. Remove it from the intended place, and restore
the readElement case to avoid hitting the slow path.1 parent 4568f76 commit c77694b
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
240 | 248 | | |
241 | 249 | | |
242 | 250 | | |
| |||
503 | 511 | | |
504 | 512 | | |
505 | 513 | | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments