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(app/integration): forward-compatible test code (#3673)
see linkerd/linkerd2#8733 for more
information.
see #3559 and
#3614 for more information
on the `ForwardCompatibleBody<B>` wrapper.
this branch updates test code in `linkerd-app-integration` so that it
interacts with request and response bodies via an adapter that polls for
frames in a manner consistent with the 1.0 api of `http_body`.
this allows us to limit the diff in
#3504, which will only
need to remove this adapter once using hyper 1.0.
see #3671 and #3672, which perform the same change for
`linkerd-app-inbound` and `linkerd-app-outbound`, respectively.
---
* chore(app/integration): `linkerd-http-body-compat` test dependency
Signed-off-by: katelyn martin <[email protected]>
* refactor(app/integration): generalize `hyper::Body`
Signed-off-by: katelyn martin <[email protected]>
* refactor(app/integration): use `ForwardCompatibleBody`
Signed-off-by: katelyn martin <[email protected]>
---------
Signed-off-by: katelyn martin <[email protected]>
0 commit comments