changeset 8787:8422570f6af4 quic

README: updated after QUIC RFC publication, nginx 1.21 rebase.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 28 May 2021 13:45:09 +0300
parents d514f88053e5
children f0882db8c8d4
files README
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ 1. Introduction
 
     The code is developed in a separate "quic" branch available
     at https://hg.nginx.org/nginx-quic.  Currently it is based
-    on nginx mainline 1.19.x.  We merge new nginx releases into
+    on nginx mainline 1.21.x.  We merge new nginx releases into
     this branch regularly.
 
     The project code base is under the same BSD license as nginx.
@@ -34,7 +34,7 @@ 1. Introduction
 
     What works now:
 
-    Currently we support IETF-QUIC draft-29 through draft-34.
+    Currently we support IETF-QUIC draft-29 through final RFC documents.
     Earlier drafts are NOT supported as they have incompatible wire format.
 
     nginx should be able to respond to HTTP/3 requests over QUIC and
@@ -66,7 +66,7 @@ 1. Introduction
     - Flow control mechanism is basic and intended to avoid CPU hog and make
       simple interactions possible
 
-    - Not all draft requirements are strictly followed; some of checks are
+    - Not all protocol requirements are strictly followed; some of checks are
       omitted for the sake of simplicity of initial implementation
 
 2. Installing
@@ -242,10 +242,10 @@ 6. Contributing
 
 7. Links
 
-    [1] https://tools.ietf.org/html/draft-ietf-quic-transport
-    [2] https://tools.ietf.org/html/draft-ietf-quic-http
+    [1] https://datatracker.ietf.org/doc/html/rfc9000
+    [2] https://datatracker.ietf.org/doc/html/draft-ietf-quic-http
     [3] https://mailman.nginx.org/mailman/listinfo/nginx-devel
     [4] https://boringssl.googlesource.com/boringssl/
-    [5] https://tools.ietf.org/html/draft-ietf-quic-recovery
+    [5] https://datatracker.ietf.org/doc/html/rfc9002
     [6] https://nginx.org/en/docs/http/ngx_http_core_module.html#listen
     [7] https://nginx.org/en/docs/debugging_log.html