]> Cypherpunks repositories - gostls13.git/commit
vendor: update golang.org/x/net/http2/hpack
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 May 2017 00:36:23 +0000 (00:36 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 May 2017 00:54:32 +0000 (00:54 +0000)
commitd4a8828eee13932883235ddd46ccb2ae3b9c5360
treefd23510bdf941f47dc6941aad19a9f533dbba082
parente6e6cad632f6192a146bbc586a62f2e34c96c2bf
vendor: update golang.org/x/net/http2/hpack

Updates golang.org/x/net/http2/hpack to x/net git rev 4dbf598 for:

   http2/hpack: remove unused pair function from package
   https://golang.org/cl/43851

   http2/hpack: remove pair function and initialize directly
   https://golang.org/cl/43190

   http2/hpack: move initialization to a static table
   https://golang.org/cl/43090

Updates #6853

Change-Id: I933a094623143c7333a0da7867d5d2e41da05234
Reviewed-on: https://go-review.googlesource.com/44007
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Tom Bergan <tombergan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/vendor/golang_org/x/net/http2/hpack/hpack_test.go
src/vendor/golang_org/x/net/http2/hpack/tables.go