We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HTTPConnection continueSendingMultiRangeResponseBody]
The text was updated successfully, but these errors were encountered:
[HTTPConnection responseHasAvailableData:]_block_invoke
Sorry, something went wrong.
你好,最近好多问题都反应在HTTPConnection这个库上面,麻烦您看看
[HTTPConnection continueSendingMultiRangeResponseBody] 这个方法里边的 DDRange range = [[ranges objectAtIndex:rangeIndex] ddrangeValue]; 数组越界了
if(writeQueueSize >= READ_CHUNKSIZE) return; if (rangeIndex > ranges.count - 1) { // 防止数组越界崩溃 return; } DDRange range = [[ranges objectAtIndex:rangeIndex] ddrangeValue]; 我加了这句话,不知道会不会对后面有什么影响,只是解决了数组越界问题。
No branches or pull requests
[HTTPConnection continueSendingMultiRangeResponseBody]
The text was updated successfully, but these errors were encountered: