Latest update - 9118
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@
|
|||||||
#define _NGINX_H_INCLUDED_
|
#define _NGINX_H_INCLUDED_
|
||||||
|
|
||||||
|
|
||||||
#define nginx_version 1025000
|
#define nginx_version 1025001
|
||||||
#define NGINX_VERSION "1.25.0"
|
#define NGINX_VERSION "1.25.1"
|
||||||
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
|
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
|
||||||
|
|
||||||
#ifndef NGINX_SERVER
|
#ifndef NGINX_SERVER
|
||||||
|
|||||||
@@ -463,6 +463,7 @@ SSL_provide_quic_data(SSL *ssl, enum ssl_encryption_level_t level,
|
|||||||
rec.log = c->log;
|
rec.log = c->log;
|
||||||
rec.number = com->read_record++;
|
rec.number = com->read_record++;
|
||||||
rec.keys = &com->keys;
|
rec.keys = &com->keys;
|
||||||
|
rec.level = level;
|
||||||
|
|
||||||
if (level == ssl_encryption_initial) {
|
if (level == ssl_encryption_initial) {
|
||||||
n = ngx_min(len, 65535);
|
n = ngx_min(len, 65535);
|
||||||
|
|||||||
Reference in New Issue
Block a user