# HG changeset patch # User Sergey Kandaurov # Date 1613744861 -10800 # Node ID 12df02cc709f32a142defd80d53d2652c4e14649 # Parent 44b4c61801065e135afa803be7437f91742c9802 Updated the list of supported drafts. diff --git a/README b/README --- 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. diff --git a/src/event/quic/ngx_event_quic.h b/src/event/quic/ngx_event_quic.h --- a/src/event/quic/ngx_event_quic.h +++ b/src/event/quic/ngx_event_quic.h @@ -12,7 +12,6 @@ #include -/* Supported drafts: 27, 28, 29 */ #ifndef NGX_QUIC_DRAFT_VERSION #define NGX_QUIC_DRAFT_VERSION 29 #endif