mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 20:55:32 +08:00
Drop the client prefix from the SSL validation properties added to RKRequest
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
@synthesize configurationDelegate = _configurationDelegate;
|
||||
@synthesize onDidLoadResponse;
|
||||
@synthesize onDidFailLoadWithError;
|
||||
@synthesize clientAdditionalRootCertificates = _clientAdditionalRootCertificates;
|
||||
@synthesize clientDisableCertificateValidation = _clientDisableCertificateValidation;
|
||||
@synthesize additionalRootCertificates = _additionalRootCertificates;
|
||||
@synthesize disableCertificateValidation = _disableCertificateValidation;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
@synthesize backgroundPolicy = _backgroundPolicy, backgroundTaskIdentifier = _backgroundTaskIdentifier;
|
||||
|
||||
Reference in New Issue
Block a user