Skip to content

Commit f8d26f5

Browse files
Track current thread in downloader operation
1 parent 7ace068 commit f8d26f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SDWebImage/SDWebImageDownloaderOperation.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ - (void)start
8585

8686
self.executing = YES;
8787
self.connection = [NSURLConnection.alloc initWithRequest:self.request delegate:self startImmediately:NO];
88+
self.thread = [NSThread currentThread];
8889
}
8990

9091
[self.connection start];

0 commit comments

Comments
 (0)