Latest update - 7320
This commit is contained in:
@@ -744,7 +744,7 @@ ngx_http_upstream_save_round_robin_peer_session(ngx_peer_connection_t *pc,
|
||||
|
||||
if (peers->shpool) {
|
||||
|
||||
ssl_session = SSL_get0_session(pc->connection->ssl->connection);
|
||||
ssl_session = ngx_ssl_get0_session(pc->connection);
|
||||
|
||||
if (ssl_session == NULL) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user