SSL: removed stale comments.

It appears to be a relic from prototype locking removed in b0b7b5a35.
This commit is contained in:
Sergey Kandaurov 2025-02-21 15:54:04 +04:00 committed by pluknet
parent 311c390377
commit d16251969b
2 changed files with 0 additions and 4 deletions

View File

@ -1021,8 +1021,6 @@ ngx_http_upstream_save_round_robin_peer_session(ngx_peer_connection_t *pc,
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, pc->log, 0,
"old session: %p", old_ssl_session);
/* TODO: may block */
ngx_ssl_free_session(old_ssl_session);
}
}

View File

@ -1054,8 +1054,6 @@ ngx_stream_upstream_save_round_robin_peer_session(ngx_peer_connection_t *pc,
ngx_log_debug1(NGX_LOG_DEBUG_STREAM, pc->log, 0,
"old session: %p", old_ssl_session);
/* TODO: may block */
ngx_ssl_free_session(old_ssl_session);
}
}