forked from quic-go/quic-go
remove Session.Close()
Session.Close() sends a transport-level error code. Applications should not be able to call this function, but use CloseWithError() instead.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## v0.15.0 (unreleased)
|
||||
|
||||
- Add support for 0-RTT.
|
||||
- Remove `Session.Close()`. Applications need to pass an application error code to the transport using `Session.CloseWithError()`.
|
||||
|
||||
## v0.14.0 (2019-12-04)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user