comparison 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
comparison
equal deleted inserted replaced
7934:cef417a24755 7935:f9592e804834
75 #define NGX_QUIC_FT_HANDSHAKE_DONE 0x1E 75 #define NGX_QUIC_FT_HANDSHAKE_DONE 0x1E
76 76
77 /* 22.4. QUIC Transport Error Codes Registry */ 77 /* 22.4. QUIC Transport Error Codes Registry */
78 #define NGX_QUIC_ERR_NO_ERROR 0x00 78 #define NGX_QUIC_ERR_NO_ERROR 0x00
79 #define NGX_QUIC_ERR_INTERNAL_ERROR 0x01 79 #define NGX_QUIC_ERR_INTERNAL_ERROR 0x01
80 #define NGX_QUIC_ERR_SERVER_BUSY 0x02 80 #define NGX_QUIC_ERR_CONNECTION_REFUSED 0x02
81 #define NGX_QUIC_ERR_FLOW_CONTROL_ERROR 0x03 81 #define NGX_QUIC_ERR_FLOW_CONTROL_ERROR 0x03
82 #define NGX_QUIC_ERR_STREAM_LIMIT_ERROR 0x04 82 #define NGX_QUIC_ERR_STREAM_LIMIT_ERROR 0x04
83 #define NGX_QUIC_ERR_STREAM_STATE_ERROR 0x05 83 #define NGX_QUIC_ERR_STREAM_STATE_ERROR 0x05
84 #define NGX_QUIC_ERR_FINAL_SIZE_ERROR 0x06 84 #define NGX_QUIC_ERR_FINAL_SIZE_ERROR 0x06
85 #define NGX_QUIC_ERR_FRAME_ENCODING_ERROR 0x07 85 #define NGX_QUIC_ERR_FRAME_ENCODING_ERROR 0x07