From: Russ Cox
Date: Fri, 27 May 2016 16:15:04 +0000 (-0400)
Subject: doc/go1.7.html: fix broken sentence
X-Git-Tag: go1.7beta1~58
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=52c2db7e6d68b68938d904864ee484e7b5dd5d52;p=gostls13.git
doc/go1.7.html: fix broken sentence
Change-Id: Ia540c890767dcb001d3b3b55d98d9517b13b21da
Reviewed-on: https://go-review.googlesource.com/23510
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 7945622f6b..46c575452f 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -532,8 +532,11 @@ using small record sizes, gradually increasing to the TLS maximum record size.
This heuristic reduces the amount of data that must be received before
the first packet can be decrypted, improving communication latency over
low-bandwidth networks.
+Setting
Config
's
-DynamicRecordSizingDisabled
field to true.
+DynamicRecordSizingDisabled
field to true
+forces the behavior of Go 1.6 and earlier, where packets are
+as large as possible from the start of the connection.