the delegate's didSendRequestPart
is invoked at the wrong point in time
#565
Labels
kind/bug
Feature doesn't work as expected.
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.
The text was updated successfully, but these errors were encountered: