mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 18:29:00 +08:00
Define KEY_UPDATE_ERROR from quic-tls-24.
This commit is contained in:
parent
157da97d7a
commit
82519e1af2
@ -103,7 +103,7 @@ static char *ngx_quic_errors[] = {
|
||||
"INVALID_TOKEN",
|
||||
"APPLICATION_ERROR",
|
||||
"CRYPTO_BUFFER_EXCEEDED",
|
||||
"unknown error 0xE",
|
||||
"KEY_UPDATE_ERROR",
|
||||
"unknown error 0xF",
|
||||
"CRYPTO_ERROR",
|
||||
};
|
||||
|
@ -89,7 +89,7 @@
|
||||
#define NGX_QUIC_ERR_INVALID_TOKEN 0x0B
|
||||
#define NGX_QUIC_ERR_APPLICATION_ERROR 0x0C
|
||||
#define NGX_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED 0x0D
|
||||
/* 0xE is not defined */
|
||||
#define NGX_QUIC_ERR_KEY_UPDATE_ERROR 0x0E
|
||||
/* 0xF is not defined */
|
||||
#define NGX_QUIC_ERR_CRYPTO_ERROR 0x10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user