Closed
Description
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.