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
When making HTTP requests using Http Client its possible to add a closure to the PendingRequest object using the beforeSending method. This adds a closure callback that is run after the http request has been made.
The closure is executed twice causing unintended side effects.
Description:
When making HTTP requests using Http Client its possible to add a closure to the PendingRequest object using the
beforeSending
method. This adds a closure callback that is run after the http request has been made.The closure is executed twice causing unintended side effects.
Steps To Reproduce:
Run the following code
Inspect the log to see 2 entries for "Preprocessing"
A workaround
The text was updated successfully, but these errors were encountered: