summaryrefslogtreecommitdiffhomepage
path: root/src/event
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-05-31 11:54:47 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-05-31 11:54:47 +0300
commite8a76252699339b2fa615ec0e3f01ae1afbb36d8 (patch)
tree4f1084338ace47831eef7b1a1dbc435d3f8a980c /src/event
parentde1ce761999ab294aa346aa08475edcf9522d236 (diff)
downloadnginx-e8a76252699339b2fa615ec0e3f01ae1afbb36d8.tar.gz
nginx-e8a76252699339b2fa615ec0e3f01ae1afbb36d8.tar.bz2
HTTP/3: removed $http3 that served its purpose.
To specify final protocol version by hand: add_header Alt-Svc h3=":443";
Diffstat (limited to 'src/event')
-rw-r--r--src/event/quic/ngx_event_quic.h4
1 files changed, 0 insertions, 4 deletions
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 <ngx_core.h>
-#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