]> Cypherpunks repositories - gostls13.git/commit
vendor: update golang.org/x/net/http2/hpack
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Aug 2018 19:48:58 +0000 (19:48 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Aug 2018 20:05:31 +0000 (20:05 +0000)
commita2ef8b9c6c9ca9a84586017514e23ce6b58086bf
tree3193961dbf0c986c506351bd0c5070bfb4beea54
parent3acd2576ab224d905cfd09208a6d6607ce4b0fb6
vendor: update golang.org/x/net/http2/hpack

Updates bundled golang.org/x/net/http2/hpack to x/net git rev 22bb95c5e for:

   http2/hpack: lazily build huffman table on first use
   https://golang.org/cl/127275

   http2/hpack: reduce memory for huffman decoding table
   https://golang.org/cl/127235

   http2/hpack: dynamic table updates must occur first
   https://golang.org/cl/111681

And a typo & gofmt CL.

Updates #25023

Change-Id: I7027fdb4982305aa671d811fe87f61e5df0f8e0e
Reviewed-on: https://go-review.googlesource.com/127355
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/vendor/golang_org/x/net/http2/hpack/encode.go
src/vendor/golang_org/x/net/http2/hpack/hpack.go
src/vendor/golang_org/x/net/http2/hpack/hpack_test.go
src/vendor/golang_org/x/net/http2/hpack/huffman.go
src/vendor/golang_org/x/net/http2/hpack/tables.go