Skip to content

Conversation

kroeckx
Copy link

@kroeckx kroeckx commented Sep 2, 2016

The reference counter is now internal in OpenSSL and not accessible any more.

ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
"set session: %p:%d",
ssl_session, ssl_session ? ssl_session->references : 0);
"set session: %p", ssl_session);
Copy link

@ctrochalakis ctrochalakis Sep 6, 2016

Choose a reason for hiding this comment

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

Hello @kroeckx ,

you should also use ngx_log_debug1(), the number denotes the number of arguments.

Copy link
Author

Choose a reason for hiding this comment

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

Fixed.

The reference counter is now internal in OpenSSL and not accessible any more.
wmfgerrit pushed a commit to wikimedia/operations-software-nginx that referenced this pull request Sep 20, 2016
slact pushed a commit to slact/nginx-deb that referenced this pull request Nov 29, 2016
joglomedia added a commit to joglomedia/nginx-upstream-fair that referenced this pull request Aug 1, 2024
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.

2 participants