Skip to content

Commit

Permalink
Comment tweak to make the behaviour a tiny bit clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
pokeb committed May 28, 2011
1 parent f5b701a commit 404bbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Classes/ASIHTTPRequest.h
Expand Up @@ -389,6 +389,7 @@ typedef void (^ASIDataBlock)(NSData *data);
// Set to NO to only present credentials when explicitly asked for them
// This only affects credentials stored in the session cache when useSessionPersistence is YES. Credentials from the keychain are never presented unless the server asks for them
// Default is YES
// For requests using Basic authentication, set authenticationScheme to (NSString *)kCFHTTPAuthenticationSchemeBasic, and credentials can be sent on the very first request when shouldPresentCredentialsBeforeChallenge is YES
BOOL shouldPresentCredentialsBeforeChallenge;

// 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
Expand Down
2 changes: 1 addition & 1 deletion Classes/ASIHTTPRequest.m
Expand Up @@ -24,7 +24,7 @@
#import "ASIDataCompressor.h"

// Automatically set on build
NSString *ASIHTTPRequestVersion = @"v1.8-94 2011-05-28";
NSString *ASIHTTPRequestVersion = @"v1.8-95 2011-05-28";

static NSString *defaultUserAgent = nil;

Expand Down

0 comments on commit 404bbfe

Please sign in to comment.