1
0
mirror of https://github.com/golang/go synced 2024-10-05 07:11:22 -06:00
go/src/vendor
Brad Fitzpatrick e8e1928bd2 net/http: update http2 to check header values, move from vendor to internal
Updates x/net/http2 to git rev b2ed34f for https://golang.org/cl/18727

Updates #14029 (fixes it enough for Go 1.6)
Fixes #13961

Change-Id: Id301247545507671f4e79df0e7c6ec9c421d5a7c
Reviewed-on: https://go-review.googlesource.com/18728
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-01-21 00:19:02 +00:00
..
README net/http: update http2 to check header values, move from vendor to internal 2016-01-21 00:19:02 +00:00

This file needs to exist because the vendor directory needs
to exist for some go/build tests to pass, and git can't track
empty directories.

In Go 1.7 we'll use this directory again. (In Go 1.6 we tried but
reverted).

See http://golang.org/issue/14047 for details.