mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Merge branch 'master' of github.com:twotoasters/RestKit
This commit is contained in:
@@ -181,7 +181,9 @@
|
||||
// Retain the response to prevent this thread from dealloc'ing before we have finished processing
|
||||
[response retain];
|
||||
[self performSelectorInBackground:@selector(processLoadModelsInBackground:) withObject:response];
|
||||
}
|
||||
} else {
|
||||
// TODO: What do we do if this is not a 200, 4xx or 5xx response? Need new delegate method...
|
||||
}
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// RestKit
|
||||
//
|
||||
// Created by Jeff Arena on 4/26/10.
|
||||
// Copyright 2010 GateGuru. All rights reserved.
|
||||
// Copyright 2010 RestKit. All rights reserved.
|
||||
//
|
||||
|
||||
#import <RestKit/RestKit.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// RestKit
|
||||
//
|
||||
// Created by Jeff Arena on 4/26/10.
|
||||
// Copyright 2010 GateGuru. All rights reserved.
|
||||
// Copyright 2010 RestKit. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RKRequestModel.h"
|
||||
|
||||
Reference in New Issue
Block a user