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-netty: let RetryingHttpRequesterFilter return responses on failure #3048

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. http-netty: let RetryingHttpRequesterFilter return responses on failure

    Motivation:
    
    Sometimes people just want to get the last failed response when the retry
    loop ends. However, right now we only yield the exceptions that where
    created. Users can't do this smuggling themselves in a generic way via the
    HttpResponseException because it could lead to resource leaks.
    
    Modifications:
    
    Let users simply return the last failed response when the retry loop
    exits unsuccessfully.
    bryce-anderson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    515dd29 View commit details
    Browse the repository at this point in the history
  2. Add a test

    bryce-anderson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5b7f014 View commit details
    Browse the repository at this point in the history
  3. make linters happy

    bryce-anderson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b08742d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    4b4b60c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3493dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e80e98e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    6ba45bc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    6b45aa8 View commit details
    Browse the repository at this point in the history
  2. Keep the response body

    bryce-anderson committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    49d272d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    f25458c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d07708 View commit details
    Browse the repository at this point in the history