diff README @ 8711:12df02cc709f quic

Updated the list of supported drafts.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 19 Feb 2021 17:27:41 +0300
parents 27bd6dc24426
children 6da4b045ec34
line wrap: on
line diff
--- a/README
+++ b/README
@@ -34,12 +34,9 @@ 1. Introduction
 
     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.