add support for QUIC 42

QUIC 42 accepts overlapping stream data. We've been doing this for some
time already, so we don't need any additional changes.
This commit is contained in:
Marten Seemann 2018-05-22 12:31:57 +08:00
parent 2a4eb9c132
commit 3370f9fa58
3 changed files with 23 additions and 8 deletions

View file

@ -4,6 +4,7 @@
- Add support for unidirectional streams (for IETF QUIC).
- Add a `quic.Config` option for the maximum number of incoming streams.
- Add support for QUIC 42.
## v0.7.0 (2018-02-03)