NSMutableURLRequest not obeying my timeoutInterval

前端 未结 3 492
野性不改
野性不改 2020-11-29 20:28

I\'m POST\'ing a small image, so i\'d like the timeout interval to be short. If the image doesn\'t send in a few seconds, it\'s probably never going to send. For some unknow

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 21:00

    This issue is fixed in iOS5, So you won't be facing this problem now. And your code will work perfectly

提交回复
热议问题