rename connection ID truncation to connection ID omission

This commit is contained in:
Marten Seemann
2017-09-29 22:27:03 +07:00
parent 8d273d30af
commit 9cb7480050
21 changed files with 111 additions and 112 deletions

View File

@@ -51,8 +51,8 @@ type client struct {
var _ http.RoundTripper = &client{}
var defaultQuicConfig = &quic.Config{
RequestConnectionIDTruncation: true,
KeepAlive: true,
RequestConnectionIDOmission: true,
KeepAlive: true,
}
// newClient creates a new client