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
Since version 1.6.0 (it worked in 1.5.1), AHC seemingly invokes the delegates didSendRequestPart method when the write of the body part is started and not when the write has succeeded.
That's pretty bad because a user might trigger the generation of the next data to send in this delegate method which therefore might break backpressure.