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

Make call to onBodySent conditional in RetryHandler #2478

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Make call to onBodySent conditional in RetryHandler #2478

merged 3 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. failing test

    RequestHandler does not have `onBodySent` but `RetryHandler` always
    sends to `onBodySent` which causes a problem for users who use
    `RetryHandler` via `request()`
    MzUgM committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a513071 View commit details
    Browse the repository at this point in the history
  2. is this a fix?

    MzUgM committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8aadf0f View commit details
    Browse the repository at this point in the history
  3. refactor: clean up test case

    MzUgM committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8a8079b View commit details
    Browse the repository at this point in the history