add a context to Listener.Accept

This commit is contained in:
Marten Seemann 2019-05-28 16:03:38 +02:00
parent 8dbe1684be
commit 12bce1caaa
21 changed files with 74 additions and 40 deletions

View file

@ -8,6 +8,7 @@
- Enforce application protocol negotiation (via `tls.Config.NextProtos`).
- Use a varint for error codes.
- Add support for [quic-trace](https://github.com/google/quic-trace).
- Add a context to `Listener.Accept`.
## v0.11.0 (2019-04-05)