diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-05-14 17:22:29 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-05-14 17:22:29 +0300 |
commit | d6887ac1f0e9f0bdac73c91bbaeb17ef3838d6ab (patch) | |
tree | 6705fba7fa29a9093409c5506815187af215b476 | |
parent | 50123aec3a3d64ab041d5e302e4e6796efc68849 (diff) | |
download | nginx-d6887ac1f0e9f0bdac73c91bbaeb17ef3838d6ab.tar.gz nginx-d6887ac1f0e9f0bdac73c91bbaeb17ef3838d6ab.zip |
Fixed a typo.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Experimental QUIC support for nginx + The handshake completes successfully + One endpoint can update keys and its peer responds correctly - + 00-RTT data is being received and acted on + + 0-RTT data is being received and acted on + Connection is established using TLS Resume Ticket + A handshake that includes a Retry packet completes successfully + Stream data is being exchanged and ACK'ed |