Merge remote-tracking branch 'origin/master' into release-1.14

Kubernetes-commit: 1ddce0577ab12daa1f934562debb0563b5c44fe7
This commit is contained in:
Kubernetes Publisher
2019-03-13 20:51:20 +00:00
parent b9e9bc00fb
commit 324336050c
32 changed files with 1158 additions and 1071 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ func appendVarInt(dst []byte, n byte, i uint64) []byte {
}
// appendHpackString appends s, as encoded in "String Literal"
// representation, to dst and returns the the extended buffer.
// representation, to dst and returns the extended buffer.
//
// s will be encoded in Huffman codes only when it produces strictly
// shorter byte string.