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 */
|
/* do not cache too big session */
|
||||||
|
|
||||||
if (len > (int) NGX_SSL_MAX_SESSION_SIZE) {
|
if (len > NGX_SSL_MAX_SESSION_SIZE) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user