Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gateway): don't skip retry policy with retry methods (#6896)
1. The logic was wrong - if there is ***NO*** retry policy, we should skip applying retriable methods, not the other way around 2. Before it might crash with nil pointer dereference when we provided httpMethods, but there was no retry policy Signed-off-by: Bart Smykla <bartek@smykla.com>
- Loading branch information