implement dial functions that use a context

This commit is contained in:
Marten Seemann 2018-06-14 16:14:06 +07:00
parent 7356fc05d5
commit f26a68d45c
3 changed files with 86 additions and 15 deletions

View file

@ -5,6 +5,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 and 43.
- Add dial functions that use a context.
## v0.7.0 (2018-02-03)