]> git.kaiwu.me - nginx.git/commitdiff
README: documented draft-28, draft-29 support.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 23 Jun 2020 08:57:00 +0000 (11:57 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 23 Jun 2020 08:57:00 +0000 (11:57 +0300)
README

diff --git a/README b/README
index 1dc6601b41d905d476a9e2a3c367f6ed5ea6a4a3..680deb4655b4475760e7de278048b05c6e578637 100644 (file)
--- a/README
+++ b/README
@@ -34,10 +34,9 @@ Experimental QUIC support for nginx
 
     What works now:
 
-    Currently we support IETF-QUIC draft 27
-    Earlier drafts are NOT supported as they have incompatible wire format;
+    Currently we support IETF-QUIC draft-27, draft-28, draft-29.
+    Earlier drafts are NOT supported as they have incompatible wire format.
 
-    Newer drafts development (draft-28 at the time of writing) is in progress.
     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.