Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(http/retry): remove unused ResponseWithPeekTrailers<S> #3541

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

cratelyn
Copy link
Collaborator

ResponseWithPeekTrailers wraps an inner service S.

upon inspection, it turns out that this structure is no longer used by any code elsewhere in the project.

this commit removes ResponseWithPeekTrailers, its associated type aliases, and its tower::Service<T> implementation.

`ResponseWithPeekTrailers` wraps an inner service `S`.

upon inspection, it turns out that this structure is no longer used by
any code elsewhere in the project.

this commit removes `ResponseWithPeekTrailers`, its associated type
aliases, and its `tower::Service<T>` implementation.

Signed-off-by: katelyn martin <kate@buoyant.io>
@cratelyn cratelyn marked this pull request as ready for review January 17, 2025 20:05
@cratelyn cratelyn requested a review from a team as a code owner January 17, 2025 20:05
@cratelyn cratelyn merged commit 10bb285 into main Jan 17, 2025
15 checks passed
@cratelyn cratelyn deleted the kate/http-retry.remove-unused-peek-trailers-svc branch January 17, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants