You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.
Closing as the GitHub 'start a new issue from a line of code in the browser' doesn't start with the template required here, and back porting template in seems like a PITA - see #1705 (comment) instead
It is possible to have a download progress block called with a negative progress value.
This occurs as the line:
Parse-SDK-iOS-OSX/Parse/Parse/Internal/Commands/CommandRunner/URLSession/Session/TaskDelegate/PFURLSessionFileDownloadTaskDelegate.m
Line 62 in b6ec05c
does not include a check for
self.response.expectedContentLength == NSURLResponseUnknownLength
(NSURLResponseUnknownLength = -1).The text was updated successfully, but these errors were encountered: