kaniko/vendor/golang.org/x/net/http2
Ben Einaudi 03b8922ede Upgrade dependency to go-containerregistry third-party library
By doing so it will fix issues met when mixing source/remote registry

Close #808
2020-01-26 18:55:52 +01:00
..
hpack fix highwayhash 2019-12-21 12:18:09 -08: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 fix deps 2018-08-01 13:02:54 -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 fix deps 2018-08-01 13:02:54 -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 fix highwayhash 2019-12-21 12:18:09 -08:00
not_go111.go fix highwayhash 2019-12-21 12:18:09 -08:00
pipe.go Added to vendor 2018-02-28 12:22:10 -08:00
server.go Upgrade dependency to go-containerregistry third-party library 2020-01-26 18:55:52 +01:00
transport.go Upgrade dependency to go-containerregistry third-party library 2020-01-26 18:55:52 +01: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 Added to vendor 2018-02-28 12:22:10 -08: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:+