diff src/event/ngx_event_quic_transport.h @ 7935:f9592e804834 quic

QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Jun 2020 11:57:00 +0300
parents 6ea2f1daedb5
children 769d8bdeffb0
line wrap: on
line diff
--- a/src/event/ngx_event_quic_transport.h
+++ b/src/event/ngx_event_quic_transport.h
@@ -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