NSURLConnection didReceiveData not called

前端 未结 4 1842
自闭症患者
自闭症患者 2020-12-10 17:38

I\'ve read through tons of messages saying the same thing all over again : when you use a NSURLConnection, delegate methods are not called. I understand that Apple\

4条回答
  •  执念已碎
    2020-12-10 17:55

    One possible reason is that the outgoing NSURLRequest has been setup to have a -HTTPMethod of HEAD. Quite hard to do that by accident though!

提交回复
热议问题