k3s/vendor/golang.org/x/net/http2
Akihiro Suda a70cdac356
update rootlesskit to v0.10.0
Fix intermittent "Connection reset by peer" error during port forwarding

https://github.com/rootless-containers/rootlesskit/issues/153

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-08-05 18:22:05 +09:00
..
hpack update rootlesskit to v0.10.0 2020-08-05 18:22:05 +09:00
.gitignore
ciphers.go Update golang/x/net dependency 2019-08-16 15:56:36 +08:00
client_conn_pool.go update rootlesskit to v0.10.0 2020-08-05 18:22:05 +09:00
databuffer.go
Dockerfile
errors.go
flow.go update rootlesskit to v0.10.0 2020-08-05 18:22:05 +09:00
frame.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
go111.go Update golang/x/net dependency 2019-08-16 15:56:36 +08:00
gotrack.go
headermap.go Update golang/x/net dependency 2019-08-16 15:56:36 +08:00
http2.go update rootlesskit to v0.10.0 2020-08-05 18:22:05 +09:00
Makefile
not_go111.go Update golang/x/net dependency 2019-08-16 15:56:36 +08:00
pipe.go Bump cri-tools to v1.17.0-k3s1 2020-01-21 11:14:47 -07:00
README
server.go update rootlesskit to v0.10.0 2020-08-05 18:22:05 +09:00
transport.go update rootlesskit to v0.10.0 2020-08-05 18:22:05 +09:00
write.go Update golang/x/net dependency 2019-08-16 15:56:36 +08:00
writesched_priority.go Bump cri-tools to v1.17.0-k3s1 2020-01-21 11:14:47 -07:00
writesched_random.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
writesched.go Update golang/x/net dependency 2019-08-16 15:56:36 +08:00

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