mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26:15 +08:00
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:
parent
6a0bea5361
commit
780de6de44
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user