comparison 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
comparison
equal deleted inserted replaced
8710:44b4c6180106 8711:12df02cc709f
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 through draft-32. 37 Currently we support IETF-QUIC draft-29 through draft-34.
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
40 You may look at src/event/ngx_event_quic.h for alternative values of the
41 NGX_QUIC_DRAFT_VERSION macro used to select IETF draft version number.
42 39
43 nginx should be able to respond to HTTP/3 requests over QUIC and 40 nginx should be able to respond to HTTP/3 requests over QUIC and
44 it should be possible to upload and download big files without errors. 41 it should be possible to upload and download big files without errors.
45 42
46 + The handshake completes successfully 43 + The handshake completes successfully