You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes our prefix length calculation, triggered only when max_bytes
is low. We were removing the size of a `usize` when `u32` was appropriate, as
that is the proper length of the payload prefix.
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
0 commit comments