Release 2.4.3

- Add GQUIC versions to the list of h3 ALPNs for Alt-Svc header.
  For example, h3-Q043.  Chrome will switch to using this format at
  some point in the future.
- [BUGFIX] Send correct value in max_streams_uni transport param
- [SPEC] Abort IETF QUIC connection if max_early_data_size is not set
  to 0xFFFFFFFF
This commit is contained in:
Dmitri Tikhonov 2019-09-30 09:56:13 -04:00
parent 65728dc5ee
commit 1245d2e023
7 changed files with 56 additions and 21 deletions

View file

@ -1,3 +1,12 @@
2019-09-30
- 2.4.3
- Add GQUIC versions to the list of h3 ALPNs for Alt-Svc header.
For example, h3-Q043. Chrome will switch to using this format at
some point in the future.
- [BUGFIX] Send correct value in max_streams_uni transport param
- [SPEC] Abort IETF QUIC connection if max_early_data_size is not set
to 0xFFFFFFFF
2019-09-23
- 2.4.2
- [BUGFIX] H3 framing: fix zero-byte write when space is available