]> Cypherpunks repositories - gostls13.git/commit
vendor: update golang_org/x/net/http2 packages
authorAndreas Auernhammer <aead@mail.de>
Fri, 14 Apr 2017 21:12:04 +0000 (23:12 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 15 Apr 2017 23:36:55 +0000 (23:36 +0000)
commit3f2b2dea9f01b233327fc938985c513b83c6e1e8
treeab9c54eb3497f1e50d728125fd698621af7d5792
parent157a230413580efb5ab6e4bdceb6d583afeedca9
vendor: update golang_org/x/net/http2 packages

Update the http2/hpack package to rev 05d3205.

Introduce the following changes:
 - 05d3205 http2/hpack: fix memory leak in headerFieldTable lookup maps
 - bce15e7 http2/hpack: speedup Encoder.searchTable
 - dd2d9a6 http2/hpack: remove hpack's constant time string comparison
 - 357296a all: single space after period
 - 71a0359 x/net/http2: Fix various typos in doc comments.

Updates #19967

Change-Id: Ie2c8edcaaf96abde515cb995dfa503b54776abfe
Reviewed-on: https://go-review.googlesource.com/40833
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@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/encode_test.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/tables.go
src/vendor/golang_org/x/net/http2/hpack/tables_test.go [new file with mode: 0644]