@@ -342,9 +342,6 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// Default is YES
BOOLshouldPresentCredentialsBeforeChallenge;
// YES when the request is run with runSynchronous, NO otherwise. READ-ONLY
BOOLisSynchronous;
// YES when the request hasn't finished yet. Will still be YES even if the request isn't doing anything (eg it's waiting for delegate authentication). READ-ONLY
BOOLinProgress;
...
...
@@ -383,9 +380,6 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// The stream will be closed + released either when another request comes to use the connection, or when the timer fires to tell the connection to expire
NSMutableDictionary*connectionInfo;
// This timer checks up on the request every 0.25 seconds, and updates progress
NSTimer*statusTimer;
// When set to YES, 301 and 302 automatic redirects will use the original method and and body, according to the HTTP 1.1 standard
// Default is NO (to follow the behaviour of most browsers)
BOOLshouldUseRFC2616RedirectBehaviour;
...
...
@@ -689,6 +683,10 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
[[selfbigFetchRequest]setDownloadDestinationPath:[[[[NSBundlemainBundle]bundlePath]stringByDeletingLastPathComponent]stringByAppendingPathComponent:@"The Great American Novel.txt"]];
[[selfbigFetchRequest]setTemporaryFileDownloadPath:[[[[NSBundlemainBundle]bundlePath]stringByDeletingLastPathComponent]stringByAppendingPathComponent:@"The Great American Novel.txt.download"]];