mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.
This commit is contained in:
parent
f1fdf6901b
commit
c31e105403
@ -91,7 +91,7 @@ static ngx_int_t ngx_quic_parse_transport_param(u_char *p, u_char *end,
|
||||
static char *ngx_quic_errors[] = {
|
||||
"NO_ERROR",
|
||||
"INTERNAL_ERROR",
|
||||
"SERVER_BUSY",
|
||||
"CONNECTION_REFUSED",
|
||||
"FLOW_CONTROL_ERROR",
|
||||
"STREAM_LIMIT_ERROR",
|
||||
"STREAM_STATE_ERROR",
|
||||
|
@ -77,7 +77,7 @@
|
||||
/* 22.4. QUIC Transport Error Codes Registry */
|
||||
#define NGX_QUIC_ERR_NO_ERROR 0x00
|
||||
#define NGX_QUIC_ERR_INTERNAL_ERROR 0x01
|
||||
#define NGX_QUIC_ERR_SERVER_BUSY 0x02
|
||||
#define NGX_QUIC_ERR_CONNECTION_REFUSED 0x02
|
||||
#define NGX_QUIC_ERR_FLOW_CONTROL_ERROR 0x03
|
||||
#define NGX_QUIC_ERR_STREAM_LIMIT_ERROR 0x04
|
||||
#define NGX_QUIC_ERR_STREAM_STATE_ERROR 0x05
|
||||
|
Loading…
Reference in New Issue
Block a user