async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

delegate docs need clarification about didReceiveError/didFinishRequest

Open weissi opened this issue 3 years ago • 0 comments

Immediate questions:

  • will didFinishRequest be called after didReceiveError? Yes/No/Maybe
  • can didSendRequestHead be called if either didFinishRequest / didReceiveError were previously called?
  • can didReceiveBodyPart be called if either didFinishRequest / didReceiveError were previously called?

weissi avatar Jul 06 '21 15:07 weissi