【发布时间】:2016-07-30 03:32:57
【问题描述】:
NSURLConnectionDataDelegate 的 docs for the connection:didReceiveData delegate method 表示 didReceiveData 消息将“随着连接以增量方式加载数据”发送。
当然,这并不意味着didReceiveData 将针对通过网络传输的每个字节发送。有谁知道使用什么算法来限制didReceiveData 消息?
【问题讨论】:
标签: ios nsurlconnection chunked-encoding nsurlconnectiondelegate