-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit e3d6c66
committed
Return stream frame header binary in dispatch chunk callback
This saves a system call by sending the frame header and the chunk
header at the same time.
References rabbitmq/osiris#192 1 parent c7f6cad commit e3d6c66
File tree
2 files changed
+10
-18
lines changed- deps/rabbitmq_stream/src
2 files changed
+10
-18
lines changedLines changed: 9 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3571 | 3571 |
| |
3572 | 3572 |
| |
3573 | 3573 |
| |
3574 | - | ||
3575 | 3574 |
| |
3576 | 3575 |
| |
3577 | - | ||
3578 | - | ||
3579 | - | ||
3576 | + | ||
3580 | 3577 |
| |
3581 | 3578 |
| |
3582 | 3579 |
| |
| |||
3587 | 3584 |
| |
3588 | 3585 |
| |
3589 | 3586 |
| |
3590 | - | ||
3591 | - | ||
3587 | + | ||
3592 | 3588 |
| |
3593 | 3589 |
| |
3594 | - | ||
3590 | + | ||
3591 | + | ||
3595 | 3592 |
| |
3596 | 3593 |
| |
3597 | - | ||
3598 | 3594 |
| |
3599 | 3595 |
| |
3600 | - | ||
3601 | - | ||
3602 | - | ||
3596 | + | ||
3603 | 3597 |
| |
3604 | 3598 |
| |
3605 | 3599 |
| |
| |||
3611 | 3605 |
| |
3612 | 3606 |
| |
3613 | 3607 |
| |
3614 | - | ||
3608 | + | ||
3615 | 3609 |
| |
3616 | - | ||
3617 | 3610 |
| |
3618 | 3611 |
| |
3619 | - | ||
3612 | + | ||
3613 | + | ||
3620 | 3614 |
| |
3621 | 3615 |
| |
3622 | 3616 |
| |
| |||
3686 | 3680 |
| |
3687 | 3681 |
| |
3688 | 3682 |
| |
3689 | - | ||
3690 | - | ||
3691 | - | ||
3683 | + | ||
3692 | 3684 |
| |
3693 | 3685 |
| |
3694 | 3686 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | - | ||
52 | + | ||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
0 commit comments