Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

tls: session API returns #5709

Merged
merged 1 commit into from Jun 17, 2013

Conversation

indutny
Copy link
Member

@indutny indutny commented Jun 17, 2013

@@ -287,7 +287,8 @@ int SecureContext::NewSessionCallback(SSL* s, SSL_SESSION* sess) {

// Check if session is small enough to be stored
int size = i2d_SSL_SESSION(sess, NULL);
if (size > kMaxSessionSize) return 0;
if (size > kMaxSessionSize)
return 0;
Copy link
Member

Choose a reason for hiding this comment

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

Unnecessary change.

Copy link
Member Author

Choose a reason for hiding this comment

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

Noted, that was a mistake. Thought I was editing another file.

@bnoordhuis
Copy link
Member

A bunch of comments but mostly LGTM.

@bnoordhuis
Copy link
Member

LGTM.

@indutny
Copy link
Member Author

indutny commented Jun 17, 2013

Thanks, landed in 212e9cd. /cc @isaacs

@indutny indutny merged commit 212e9cd into nodejs:master Jun 17, 2013
@indutny indutny deleted the feature/tls-session-api-returns branch June 17, 2013 14:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants