We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa966 commit 5f946e8Copy full SHA for 5f946e8
STNetTaskQueue/STHTTPNetTaskQueueHandler.m
@@ -82,8 +82,8 @@ - (STHTTPNetTaskQueueHandlerOperation *)operation
82
@interface STHTTPNetTaskQueueHandlerOperation : NSObject <NSURLSessionDataDelegate>
83
84
@property (nonatomic, strong) STNetTaskQueue *queue;
85
-@property (nonatomic, strong) STHTTPNetTask *task;
86
-@property (nonatomic, weak) NSURLSession *session;
+@property (nonatomic, weak) STHTTPNetTask *task;
+@property (nonatomic, strong) NSURLSession *session;
87
@property (nonatomic, strong) NSURL *baseURL;
88
89
- (void)start;
0 commit comments