File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ typedef enum SDImageCacheType SDImageCacheType;
91
91
*
92
92
* @param image The image to store
93
93
* @param recalculate BOOL indicates if imageData can be used or a new data should be constructed from the UIImage
94
- * @param data The image data as returned by the server, this representation will be used for disk storage
94
+ * @param imageData The image data as returned by the server, this representation will be used for disk storage
95
95
* instead of converting the given image object into a storable/compressed image format in order
96
96
* to save quality and CPU
97
97
* @param key The unique image cache key, usually it's image absolute URL
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ - (void)start
85
85
86
86
self.executing = YES ;
87
87
self.connection = [NSURLConnection .alloc initWithRequest: self .request delegate: self startImmediately: NO ];
88
+ self.thread = [NSThread currentThread ];
88
89
}
89
90
90
91
[self .connection start ];
You can’t perform that action at this time.
0 commit comments