mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 21:18:59 +08:00
Updated the list of supported drafts.
This commit is contained in:
parent
be98da0731
commit
d72221b826
5
README
5
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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user