mirror of
https://github.com/nginx/nginx.git
synced 2025-01-06 22:23:00 -06:00
SSL: removed cast not needed after 5ffd76a9ccf3.
This commit is contained in:
parent
4d61d59ae9
commit
5b23fe690f
@ -3894,7 +3894,7 @@ ngx_ssl_new_session(ngx_ssl_conn_t *ssl_conn, ngx_ssl_session_t *sess)
|
||||
|
||||
/* do not cache too big session */
|
||||
|
||||
if (len > (int) NGX_SSL_MAX_SESSION_SIZE) {
|
||||
if (len > NGX_SSL_MAX_SESSION_SIZE) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user