expose methods for opening and accepting unidirectional streams

This commit is contained in:
Marten Seemann 2018-02-03 22:24:49 +08:00
parent 8c594e1084
commit da49295b52
8 changed files with 140 additions and 17 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v0.8.0 (unreleased)
- Add support for unidirectional streams (for IETF QUIC).
## v0.7.0 (2018-02-03)
- The lower boundary for packets included in ACKs is now derived, and the value sent in STOP_WAITING frames is ignored.