lijian 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
..
hpack 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
Dockerfile 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
Makefile 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
README 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
ciphers.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
client_conn_pool.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
databuffer.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
errors.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
flow.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
frame.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
go111.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
gotrack.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
headermap.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
http2.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
not_go111.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
pipe.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
server.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
transport.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
write.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
writesched.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
writesched_priority.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos
writesched_random.go 37e8b4282b update vendor %!s(int64=4) %!d(string=hai) anos

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:+