kaniko/vendor/golang.org/x/net/http2
Sascha Schwarze 69f942f751
Improve retry behavior for push operation (#1578)
* Update go-containerregistry to 0.4

* Implement --push-retry argument
2021-02-22 21:25:58 -08:00
..
hpack bump go-containerregistry dep 2020-08-04 19:41:26 -07:00
.gitignore fix highwayhash 2019-12-21 12:18:09 -08:00
Dockerfile fix highwayhash 2019-12-21 12:18:09 -08:00
Makefile fix highwayhash 2019-12-21 12:18:09 -08:00
README fix highwayhash 2019-12-21 12:18:09 -08:00
ciphers.go Added to vendor 2018-02-28 12:22:10 -08:00
client_conn_pool.go bump go-containerregistry dep 2020-08-04 19:41:26 -07:00
databuffer.go Added to vendor 2018-02-28 12:22:10 -08:00
errors.go Added to vendor 2018-02-28 12:22:10 -08:00
flow.go bump go-containerregistry dep 2020-08-04 19:41:26 -07:00
frame.go fix highwayhash 2019-12-21 12:18:09 -08:00
go111.go fix highwayhash 2019-12-21 12:18:09 -08:00
gotrack.go Added to vendor 2018-02-28 12:22:10 -08:00
headermap.go fix highwayhash 2019-12-21 12:18:09 -08:00
http2.go bump go-containerregistry dep 2020-08-04 19:41:26 -07:00
not_go111.go fix highwayhash 2019-12-21 12:18:09 -08:00
pipe.go upgrade go container registry to latest master 2020-03-18 15:00:49 -07:00
server.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
transport.go Improve retry behavior for push operation (#1578) 2021-02-22 21:25:58 -08:00
write.go fix highwayhash 2019-12-21 12:18:09 -08:00
writesched.go Upgrade dependency to go-containerregistry third-party library 2020-01-26 18:55:52 +01:00
writesched_priority.go upgrade go container registry to latest master 2020-03-18 15:00:49 -07:00
writesched_random.go Upgrade dependency to go-containerregistry third-party library 2020-01-26 18:55:52 +01:00

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