-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit 0b9973f
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 a5106c6 commit 0b9973f
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 | |
---|---|---|---|
| |||
3568 | 3568 |
| |
3569 | 3569 |
| |
3570 | 3570 |
| |
3571 | - | ||
3572 | 3571 |
| |
3573 | 3572 |
| |
3574 | - | ||
3575 | - | ||
3576 | - | ||
3573 | + | ||
3577 | 3574 |
| |
3578 | 3575 |
| |
3579 | 3576 |
| |
| |||
3584 | 3581 |
| |
3585 | 3582 |
| |
3586 | 3583 |
| |
3587 | - | ||
3588 | - | ||
3584 | + | ||
3589 | 3585 |
| |
3590 | 3586 |
| |
3591 | - | ||
3587 | + | ||
3588 | + | ||
3592 | 3589 |
| |
3593 | 3590 |
| |
3594 | - | ||
3595 | 3591 |
| |
3596 | 3592 |
| |
3597 | - | ||
3598 | - | ||
3599 | - | ||
3593 | + | ||
3600 | 3594 |
| |
3601 | 3595 |
| |
3602 | 3596 |
| |
| |||
3608 | 3602 |
| |
3609 | 3603 |
| |
3610 | 3604 |
| |
3611 | - | ||
3605 | + | ||
3612 | 3606 |
| |
3613 | - | ||
3614 | 3607 |
| |
3615 | 3608 |
| |
3616 | - | ||
3609 | + | ||
3610 | + | ||
3617 | 3611 |
| |
3618 | 3612 |
| |
3619 | 3613 |
| |
| |||
3683 | 3677 |
| |
3684 | 3678 |
| |
3685 | 3679 |
| |
3686 | - | ||
3687 | - | ||
3688 | - | ||
3680 | + | ||
3689 | 3681 |
| |
3690 | 3682 |
| |
3691 | 3683 |
| |
|
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