diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2022-01-26 14:15:40 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-01-26 14:15:40 +0300 |
| commit | 5efdec71581f9402dd7132267d68240ab2f8870b (patch) | |
| tree | dcfebe5a2b661e06b3f0793b60240ad4420acad8 /src/http/v3 | |
| parent | 281afc950da01f21f380c9cff8a24dc0706eec31 (diff) | |
| download | nginx-5efdec71581f9402dd7132267d68240ab2f8870b.tar.gz nginx-5efdec71581f9402dd7132267d68240ab2f8870b.tar.bz2 | |
HTTP/3: removed draft versions support in ALPN.
Diffstat (limited to 'src/http/v3')
| -rw-r--r-- | src/http/v3/ngx_http_v3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/v3/ngx_http_v3.h b/src/http/v3/ngx_http_v3.h index 956c824a2..ea78ac1f3 100644 --- a/src/http/v3/ngx_http_v3.h +++ b/src/http/v3/ngx_http_v3.h @@ -20,10 +20,7 @@ #define NGX_HTTP_V3_ALPN_PROTO "\x02h3" -#define NGX_HTTP_V3_ALPN_DRAFT_FMT "\x05h3-%02uD" - #define NGX_HTTP_V3_HQ_ALPN_PROTO "\x0Ahq-interop" -#define NGX_HTTP_V3_HQ_ALPN_DRAFT_FMT "\x05hq-%02uD" #define NGX_HTTP_V3_VARLEN_INT_LEN 4 #define NGX_HTTP_V3_PREFIX_INT_LEN 11 |
