Tonis Tiigi b68b005f68 vendor: update buildkit to f238f1e
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
..
hpack vendor: update buildkit to f238f1e
.gitignore vendor: initial vendor
Dockerfile vendor: initial vendor
Makefile vendor: initial vendor
README vendor: initial vendor
ciphers.go vendor: initial vendor
client_conn_pool.go vendor: initial vendor
databuffer.go vendor: initial vendor
errors.go vendor: initial vendor
flow.go vendor: initial vendor
frame.go vendor: update buildkit to f238f1e
go111.go vendor: update buildkit to f238f1e
gotrack.go vendor: initial vendor
headermap.go vendor: initial vendor
http2.go vendor: initial vendor
not_go111.go vendor: update buildkit to f238f1e
pipe.go vendor: initial vendor
server.go vendor: update buildkit to f238f1e
transport.go vendor: update buildkit to f238f1e
write.go vendor: update buildkit to f238f1e
writesched.go vendor: initial vendor
writesched_priority.go vendor: initial vendor
writesched_random.go vendor: initial vendor

README

This is a work-in-progress HTTP/2 implementation for Go.

It will eventually live in the Go standard library and won't require
any changes to your code to use.  It will just be automatic.

Status:

* The server support is pretty good. A few things are missing
  but are being worked on.
* The client work has just started but shares a lot of code
  is coming along much quicker.

Docs are at https://godoc.org/golang.org/x/net/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome!

Contributing: https://golang.org/doc/contribute.html
Bugs:         https://golang.org/issue/new?title=x/net/http2:+