diff src/event/ngx_event_quic_transport.h @ 8426:6ea2f1daedb5 quic

Introduced connection error APPLICATION_ERROR from draft-28.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Jun 2020 13:20:03 +0300
parents 90b02ff6b003
children f9592e804834
line wrap: on
line diff
--- a/src/event/ngx_event_quic_transport.h
+++ b/src/event/ngx_event_quic_transport.h
@@ -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 */