From e8a76252699339b2fa615ec0e3f01ae1afbb36d8 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 31 May 2021 11:54:47 +0300 Subject: HTTP/3: removed $http3 that served its purpose. To specify final protocol version by hand: add_header Alt-Svc h3=":443"; --- src/event/quic/ngx_event_quic.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/event') diff --git a/src/event/quic/ngx_event_quic.h b/src/event/quic/ngx_event_quic.h index 230c2c46f..6d4308afa 100644 --- a/src/event/quic/ngx_event_quic.h +++ b/src/event/quic/ngx_event_quic.h @@ -12,10 +12,6 @@ #include -#ifndef NGX_QUIC_DRAFT_VERSION -#define NGX_QUIC_DRAFT_VERSION 29 -#endif - #define NGX_QUIC_MAX_UDP_PAYLOAD_SIZE 65527 #define NGX_QUIC_DEFAULT_ACK_DELAY_EXPONENT 3 -- cgit