mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 18:29:00 +08:00
Introduced connection error APPLICATION_ERROR from draft-28.
This commit is contained in:
parent
ac73dffb57
commit
facf59bd86
@ -101,7 +101,7 @@ static char *ngx_quic_errors[] = {
|
||||
"CONNECTION_ID_LIMIT_ERROR",
|
||||
"PROTOCOL_VIOLATION",
|
||||
"INVALID_TOKEN",
|
||||
"unknown error 0xC",
|
||||
"APPLICATION_ERROR",
|
||||
"CRYPTO_BUFFER_EXCEEDED",
|
||||
"unknown error 0xE",
|
||||
"unknown error 0xF",
|
||||
|
@ -87,7 +87,7 @@
|
||||
#define NGX_QUIC_ERR_CONNECTION_ID_LIMIT_ERROR 0x09
|
||||
#define NGX_QUIC_ERR_PROTOCOL_VIOLATION 0x0A
|
||||
#define NGX_QUIC_ERR_INVALID_TOKEN 0x0B
|
||||
/* 0xC is not defined */
|
||||
#define NGX_QUIC_ERR_APPLICATION_ERROR 0x0C
|
||||
#define NGX_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED 0x0D
|
||||
/* 0xE is not defined */
|
||||
/* 0xF is not defined */
|
||||
|
Loading…
Reference in New Issue
Block a user