Closed timmartin-stripe closed 1 month ago
538 tests ±0 532 :white_check_mark: ±0 7m 48s :stopwatch: +6s 139 suites ±0 6 :zzz: ±0 139 files ±0 0 :x: ±0
Results for commit 1eca63a9. ± Comparison against base commit 99ddbe99.
:recycle: This comment has been updated with latest results.
By default the AsyncHttpClient does not follow redirects. The
LeaderRedirectionFilter
redirects clients to the current leader as relevant. When the agents reach out to the leader, they are getting a redirect but failing to follow the redirect automatically causing an error likeI made
followRedirect
default totrue
due toLeaderRedirectionFilter
automatically redirecting. It felt like that was the correct behavior in most cases. However, I also made it configurable to keep it consistent with the other AsyncHttpClient non-default configurations.Context
Explain context and other details for this pull request.
Checklist
./gradlew build
compiles code correctly./gradlew test
passes all tests