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

Commits on Oct 7, 2024

  1. http: Add non-owning make_request to http client

    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`
    kreuzerkrieg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    06cb9dc View commit details
    Browse the repository at this point in the history
  2. http: fix indentation

    kreuzerkrieg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d4c11f6 View commit details
    Browse the repository at this point in the history