comparison src/event/ngx_event_quic_transport.h @ 8342:76e8ec502c69 quic

Fixed error descriptions. The check for array bound is done inside function that returns error description. Missing initialization element is added.
author Vladimir Homutov <vl@nginx.com>
date Thu, 16 Apr 2020 16:54:22 +0300
parents 167d32476737
children a5141e6b3214
comparison
equal deleted inserted replaced
8341:efc0a65424e8 8342:76e8ec502c69
73 #define NGX_QUIC_ERR_PROTOCOL_VIOLATION 0x0A 73 #define NGX_QUIC_ERR_PROTOCOL_VIOLATION 0x0A
74 #define NGX_QUIC_ERR_INVALID_TOKEN 0x0B 74 #define NGX_QUIC_ERR_INVALID_TOKEN 0x0B
75 /* 0xC is not defined */ 75 /* 0xC is not defined */
76 #define NGX_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED 0x0D 76 #define NGX_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED 0x0D
77 /* 0xE is not defined */ 77 /* 0xE is not defined */
78 /* 0xF is not defined */
78 #define NGX_QUIC_ERR_CRYPTO_ERROR 0x10 79 #define NGX_QUIC_ERR_CRYPTO_ERROR 0x10
79 80
80 #define NGX_QUIC_ERR_LAST NGX_QUIC_ERR_CRYPTO_ERROR 81 #define NGX_QUIC_ERR_LAST NGX_QUIC_ERR_CRYPTO_ERROR
81 82
82 /* Transport parameters */ 83 /* Transport parameters */