open-vault/vendor/golang.org/x/net/http2
Hridoy Roy 2da7de2fec
Minimal changes to solve Dependency CVEs [VAULT-871] (#11015)
* minimal changes to solve most of the cves

* cleanup

* finished go mod vendor upgrades
2021-03-01 14:35:40 -08:00
..
hpack Update to latest go-kms-wrapping and fix protos/etcd (#8996) 2020-05-14 18:45:10 -04:00
.gitignore Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
ciphers.go
client_conn_pool.go Update to latest go-kms-wrapping and fix protos/etcd (#8996) 2020-05-14 18:45:10 -04:00
databuffer.go
Dockerfile
errors.go
flow.go Update to latest go-kms-wrapping and fix protos/etcd (#8996) 2020-05-14 18:45:10 -04:00
frame.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
go111.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
gotrack.go
headermap.go
http2.go Update to latest go-kms-wrapping and fix protos/etcd (#8996) 2020-05-14 18:45:10 -04:00
Makefile
not_go111.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
pipe.go update from github.com/hashicorp/gokrb5 to github.com/jcmturner/gokrb5/v8 (#8296) 2020-02-05 14:23:22 -08:00
README
server.go Pull in newest consul-template from master and all corresponding dependencies [VAULT-1392] (#10756) 2021-01-29 12:30:16 -08:00
transport.go Minimal changes to solve Dependency CVEs [VAULT-871] (#11015) 2021-03-01 14:35:40 -08:00
write.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
writesched.go Bundle OCI Auth method (#7422) 2019-09-04 16:46:00 -07:00
writesched_priority.go update from github.com/hashicorp/gokrb5 to github.com/jcmturner/gokrb5/v8 (#8296) 2020-02-05 14:23:22 -08:00
writesched_random.go update from github.com/hashicorp/gokrb5 to github.com/jcmturner/gokrb5/v8 (#8296) 2020-02-05 14:23:22 -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:+