comparison src/http/v3/ngx_http_v3.h @ 8918:606bf52888d2 quic

HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 02 Dec 2021 13:59:09 +0300
parents 0d3bf08eaac0
children 33226ac61076
comparison
equal deleted inserted replaced
8917:bb1d1d9d76e2 8918:606bf52888d2
17 #include <ngx_http_v3_encode.h> 17 #include <ngx_http_v3_encode.h>
18 #include <ngx_http_v3_streams.h> 18 #include <ngx_http_v3_streams.h>
19 #include <ngx_http_v3_tables.h> 19 #include <ngx_http_v3_tables.h>
20 20
21 21
22 #define NGX_HTTP_V3_ALPN_ADVERTISE "\x02h3" 22 #define NGX_HTTP_V3_ALPN_PROTO "\x02h3"
23 #define NGX_HTTP_V3_ALPN_DRAFT_FMT "\x05h3-%02uD" 23 #define NGX_HTTP_V3_ALPN_DRAFT_FMT "\x05h3-%02uD"
24 24
25 #define NGX_HTTP_V3_VARLEN_INT_LEN 4 25 #define NGX_HTTP_V3_VARLEN_INT_LEN 4
26 #define NGX_HTTP_V3_PREFIX_INT_LEN 11 26 #define NGX_HTTP_V3_PREFIX_INT_LEN 11
27 27