csi-driver-nfs/vendor/golang.org/x/net/http2
Pierre Prinetti 6abb111ac6
Bump k8s to v.0.22.3
Fully address CVE-2021-3121 in the process.
2021-11-15 14:59:23 +01:00
..
hpack Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
.gitignore Update vendor from go modules 2020-02-02 15:55:23 +01:00
Dockerfile Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
Makefile Update vendor from go modules 2020-02-02 15:55:23 +01:00
README Update vendor from go modules 2020-02-02 15:55:23 +01:00
ascii.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
ciphers.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
client_conn_pool.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
databuffer.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
errors.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
flow.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
frame.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
go111.go Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
go115.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
gotrack.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
headermap.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
http2.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
not_go111.go Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
not_go115.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
pipe.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
server.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
transport.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
write.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
writesched.go Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
writesched_priority.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
writesched_random.go Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30

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