]> git.kaiwu.me - nginx.git/commitdiff
Updated the list of supported drafts.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 19 Feb 2021 14:27:41 +0000 (17:27 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 19 Feb 2021 14:27:41 +0000 (17:27 +0300)
README
src/event/quic/ngx_event_quic.h

diff --git a/README b/README
index 5733c75cae772a7c38800be9fac7304893d41878..ddaceb4b836117d42b5f1babf4dbaba079504d74 100644 (file)
--- a/README
+++ b/README
@@ -34,12 +34,9 @@ Experimental QUIC support for nginx
 
     What works now:
 
-    Currently we support IETF-QUIC draft-27 through draft-32.
+    Currently we support IETF-QUIC draft-29 through draft-34.
     Earlier drafts are NOT supported as they have incompatible wire format.
 
-    You may look at src/event/ngx_event_quic.h for alternative values of the
-    NGX_QUIC_DRAFT_VERSION macro used to select IETF draft version number.
-
     nginx should be able to respond to HTTP/3 requests over QUIC and
     it should be possible to upload and download big files without errors.
 
index c66f6ceab57f667edd0623d7a0b4c8f72ab0acf6..be0eec699bdd14131d2bf5999af8000110db9f4c 100644 (file)
@@ -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