Skip to content

Commit

Permalink
Merge pull request #11 from ayoy/nsurlsessionuploadtask-fix
Browse files Browse the repository at this point in the history
[#10] Synthesize NSInputStream delegate property
  • Loading branch information
pyke369 committed Nov 3, 2015
2 parents cbeca5b + edef174 commit 75627c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PKMultipartInputStream.m
Expand Up @@ -138,6 +138,7 @@ @interface PKMultipartInputStream()
@end

@implementation PKMultipartInputStream
@synthesize delegate;
- (void)updateLength
{
self.length = self.footer.length + [[self.parts valueForKeyPath:@"@sum.length"] unsignedIntegerValue];
Expand Down

0 comments on commit 75627c6

Please sign in to comment.