Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timob 6715: iOS: validatesSecureCertificate parity #3054

Merged
merged 3 commits into from Oct 2, 2012

Conversation

hieupham007
Copy link
Contributor

@ghost ghost assigned vishalduggal Oct 1, 2012
@@ -109,7 +109,11 @@ -(id)init
{
readyState = NetworkClientStateUnsent;
autoRedirect = [[NSNumber alloc] initWithBool:YES];
validatesSecureCertificate = [[NSNumber alloc] initWithBool:NO];
#if DEBUG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#if defined(DEBUG) || defined(DEVELOPER). Also as per styling guidelines this must not be indented

@vishalduggal
Copy link
Contributor

Code reviewed. Minor points. Otherwise looks ok

@hieupham007
Copy link
Contributor Author

Code updated.

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED

@vishalduggal
Copy link
Contributor

Docgen and validate passed. Correctly set to false on debug builds. Unable to verify release build but should work.

ACCEPTED

vishalduggal added a commit that referenced this pull request Oct 2, 2012
Timob 6715: iOS: validatesSecureCertificate parity
@vishalduggal vishalduggal merged commit 42cb1c9 into tidev:master Oct 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants