You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make call to onBodySent conditional in RetryHandler (#2478)
* failing test
RequestHandler does not have `onBodySent` but `RetryHandler` always
sends to `onBodySent` which causes a problem for users who use
`RetryHandler` via `request()`
* is this a fix?
* refactor: clean up test case
0 commit comments