Skip to content

Commit

Permalink
Merge pull request pokeb#236 from gamma/master
Browse files Browse the repository at this point in the history
CopyWithZone did not copy authenticationScheme
  • Loading branch information
pokeb committed Aug 20, 2011
2 parents 0c83e97 + 1a9e094 commit 90e5fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ profile
*.pbxuser
*.mode1v3
External/GHUnit/*
.svn
1 change: 1 addition & 0 deletions Classes/ASIHTTPRequest.m
Expand Up @@ -4080,6 +4080,7 @@ - (id)copyWithZone:(NSZone *)zone
[newRequest setShouldUseRFC2616RedirectBehaviour:[self shouldUseRFC2616RedirectBehaviour]];
[newRequest setShouldAttemptPersistentConnection:[self shouldAttemptPersistentConnection]];
[newRequest setPersistentConnectionTimeoutSeconds:[self persistentConnectionTimeoutSeconds]];
[newRequest setAuthenticationScheme:[self authenticationScheme]];
return newRequest;
}

Expand Down

0 comments on commit 90e5fbc

Please sign in to comment.