Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2010-06-04 11:33:20 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
389a764d62a8765a2390449e6048b9e31bcda200
389a764d
1 parent
54478234
Fix warnings that appear when garbage collection is on - Closes gh-40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
Classes/ASIHTTPRequest.h
Classes/ASIHTTPRequest.m
Mac.xcodeproj/project.pbxproj
Classes/ASIHTTPRequest.h
View file @
389a764
...
...
@@ -179,7 +179,7 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// Used for authentication
CFHTTPAuthenticationRef
requestAuthentication
;
NS
Mutable
Dictionary
*
requestCredentials
;
NSDictionary
*
requestCredentials
;
// Used during NTLM authentication
int
authenticationRetryCount
;
...
...
@@ -202,7 +202,7 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// Used for proxy authentication
CFHTTPAuthenticationRef
proxyAuthentication
;
NS
Mutable
Dictionary
*
proxyCredentials
;
NSDictionary
*
proxyCredentials
;
// Used during authentication with an NTLM proxy
int
proxyAuthenticationRetryCount
;
...
...
Classes/ASIHTTPRequest.m
View file @
389a764
...
...
@@ -23,7 +23,7 @@
// Automatically set on build
NSString
*
ASIHTTPRequestVersion
=
@"v1.6.2-1
3 2010-06-01
"
;
NSString
*
ASIHTTPRequestVersion
=
@"v1.6.2-1
4 2010-06-04
"
;
NSString
*
const
NetworkRequestErrorDomain
=
@"ASIHTTPRequestErrorDomain"
;
...
...
Mac.xcodeproj/project.pbxproj
View file @
389a764
This diff was suppressed by a .gitattributes entry.
Please
register
or
login
to post a comment