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
refactor(http/retry): update more Body::data() calls
pr's #3564 and #3567, 1eb822f and 3204278 respectively, replaced uses
of defunct `http_body::Body` trait methods — namely, `data()` and
`trailers()`.
this commit updates two remaining uses of `data()` that were missed
in this initial pass.
see linkerd/linkerd2#8733 for more information.
Signed-off-by: katelyn martin <[email protected]>
0 commit comments