Ben Copsey

Fix warnings that appear when garbage collection is on - Closes gh-40

... ... @@ -179,7 +179,7 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// Used for authentication
CFHTTPAuthenticationRef requestAuthentication;
NSMutableDictionary *requestCredentials;
NSDictionary *requestCredentials;
// Used during NTLM authentication
int authenticationRetryCount;
... ... @@ -202,7 +202,7 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// Used for proxy authentication
CFHTTPAuthenticationRef proxyAuthentication;
NSMutableDictionary *proxyCredentials;
NSDictionary *proxyCredentials;
// Used during authentication with an NTLM proxy
int proxyAuthenticationRetryCount;
... ...
... ... @@ -23,7 +23,7 @@
// Automatically set on build
NSString *ASIHTTPRequestVersion = @"v1.6.2-13 2010-06-01";
NSString *ASIHTTPRequestVersion = @"v1.6.2-14 2010-06-04";
NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain";
... ...
This diff was suppressed by a .gitattributes entry.