Fix type discrepancy for upload stream delay.
Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>
This commit is contained in:
parent
88589cc31e
commit
48d0bf82d8
@ -500,7 +500,7 @@ extern NSString * const AFNetworkingReachabilityNotificationStatusItem;
|
||||
#pragma mark -
|
||||
|
||||
extern NSUInteger const kAFUploadStream3GSuggestedPacketSize;
|
||||
extern NSUInteger const kAFUploadStream3GSuggestedDelay;
|
||||
extern NSTimeInterval const kAFUploadStream3GSuggestedDelay;
|
||||
|
||||
/**
|
||||
The `AFMultipartFormData` protocol defines the methods supported by the parameter in the block argument of `AFHTTPClient -multipartFormRequestWithMethod:path:parameters:constructingBodyWithBlock:`.
|
||||
|
||||
@ -717,7 +717,7 @@ static inline NSString * AFContentTypeForPathExtension(NSString *extension) {
|
||||
}
|
||||
|
||||
NSUInteger const kAFUploadStream3GSuggestedPacketSize = 1024 * 16;
|
||||
NSUInteger const kAFUploadStream3GSuggestedDelay = 0.2;
|
||||
NSTimeInterval const kAFUploadStream3GSuggestedDelay = 0.2;
|
||||
|
||||
@interface AFHTTPBodyPart : NSObject
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user