Latest update - 7320

This commit is contained in:
2018-07-18 12:06:25 +09:00
parent 6a30197b35
commit 45b383275a
9 changed files with 139 additions and 12 deletions
+1 -1
View File
@@ -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;