comparison README @ 8449:3c32717d7bb2 quic

README: documented draft-28, draft-29 support.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Jun 2020 11:57:00 +0300
parents 4ea302a47d28
children 6e84524886d4
comparison
equal deleted inserted replaced
8448:011668fc9efd 8449:3c32717d7bb2
32 32
33 You can always contact us via nginx-devel mailing list [3]. 33 You can always contact us via nginx-devel mailing list [3].
34 34
35 What works now: 35 What works now:
36 36
37 Currently we support IETF-QUIC draft 27 37 Currently we support IETF-QUIC draft-27, draft-28, draft-29.
38 Earlier drafts are NOT supported as they have incompatible wire format; 38 Earlier drafts are NOT supported as they have incompatible wire format.
39 39
40 Newer drafts development (draft-28 at the time of writing) is in progress.
41 You may look at src/event/ngx_event_quic.h for alternative values of the 40 You may look at src/event/ngx_event_quic.h for alternative values of the
42 NGX_QUIC_DRAFT_VERSION macro used to select IETF draft version number. 41 NGX_QUIC_DRAFT_VERSION macro used to select IETF draft version number.
43 42
44 nginx should be able to respond to simple HTTP/3 requests over QUIC and 43 nginx should be able to respond to simple HTTP/3 requests over QUIC and
45 it should be possible to upload and download big files without errors. 44 it should be possible to upload and download big files without errors.