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
2009-08-02 16:04:45 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87f6031ca1f3830d0098a374db42d9a03cc1176a
87f6031c
1 parent
abd91167
Make keychain switch work in iPhone sample
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
iPhone Sample/AuthenticationViewController.m
iPhone Sample/AuthenticationViewController.m
View file @
87f6031
...
...
@@ -26,7 +26,7 @@
ASIHTTPRequest
*
request
=
[
ASIHTTPRequest
requestWithURL
:[
NSURL
URLWithString
:
@"http://allseeing-i.com/top_secret/"
]];
[
request
setUseKeychainPersistance
:[
useKeychain
state
]];
[
request
setUseKeychainPersistance
:[
useKeychain
isOn
]];
[
networkQueue
addOperation
:
request
];
[
networkQueue
go
];
...
...
Please
register
or
login
to post a comment