QUIC: fixed hq ALPN id for the final draft.

It was an agreement to use "hq-interop"[1] for interoperability testing.

[1] https://github.com/quicwg/base-drafts/wiki/ALPN-IDs-used-with-QUIC
This commit is contained in:
Sergey Kandaurov 2021-03-16 13:48:28 +03:00
parent 6a0bea5361
commit 780de6de44

View File

@ -14,7 +14,7 @@
#include <ngx_http.h>
#define NGX_HTTP_QUIC_ALPN_ADVERTISE "\x02hq"
#define NGX_HTTP_QUIC_ALPN_ADVERTISE "\x0Ahq-interop"
#define NGX_HTTP_QUIC_ALPN_DRAFT_FMT "\x05hq-%02uD"