diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-02-19 17:27:41 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-02-19 17:27:41 +0300 |
commit | d72221b8260d563f8b96ecc9c541f40cd3a5ee0f (patch) | |
tree | 819107855d09438c76a66665a3be33434247d24f /src | |
parent | be98da0731a1c9cf24088d0b8f9a2137f3b91cfa (diff) | |
download | nginx-d72221b8260d563f8b96ecc9c541f40cd3a5ee0f.tar.gz nginx-d72221b8260d563f8b96ecc9c541f40cd3a5ee0f.zip |
Updated the list of supported drafts.
Diffstat (limited to 'src')
-rw-r--r-- | src/event/quic/ngx_event_quic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic.h b/src/event/quic/ngx_event_quic.h index c66f6ceab..be0eec699 100644 --- a/src/event/quic/ngx_event_quic.h +++ b/src/event/quic/ngx_event_quic.h @@ -12,7 +12,6 @@ #include <ngx_core.h> -/* Supported drafts: 27, 28, 29 */ #ifndef NGX_QUIC_DRAFT_VERSION #define NGX_QUIC_DRAFT_VERSION 29 #endif |