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

http: Add non-owning make_request to http client #2468

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

kreuzerkrieg
Copy link
Contributor

To satisfy scylla's s3 client with future retry implementation add non-owning make_request to http client which is similar to the existing make_request but it doesn't take ownership of request and reply_handler

fixes: #2467

@kreuzerkrieg kreuzerkrieg self-assigned this Oct 2, 2024
To satisfy scylla's s3 client with future retry implementation add non-owning `make_request` to http client which is similar to the existing `make_request` but it doesn't take ownership of `request` and `reply_handler`
@xemul xemul closed this in 188d9cd Oct 8, 2024
@xemul xemul merged commit 188d9cd into scylladb:master Oct 8, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add non-owning make_request to http client
2 participants