Updated the list of supported drafts.

This commit is contained in:
Sergey Kandaurov 2021-02-19 17:27:41 +03:00
parent dc0b6961ad
commit 0ba0a2d785
2 changed files with 1 additions and 5 deletions

5
README
View File

@ -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.

View 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