skopeo/vendor/golang.org/x/net/http2
Max Goltzsche 67ff78925b Update docker/docker dependencies.
Required to update those dependencies in containers/image.
See https://github.com/containers/image/pull/446.

Updated by mitr@redhat.com to vendor from containers/image master again,
which brought in a few more dependency updates.

Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2018-05-26 05:41:06 +02:00
..
hpack Run (make vendor) for the first time. 2018-05-19 04:24:17 +02:00
ciphers.go Re-vendor, and use mtrmac/image-spec:id-based-loader to fix tests 2018-02-09 18:34:31 +01:00
client_conn_pool.go vendor.conf,vendor: vndr update for containers/image 2017-02-27 02:15:36 -08:00
configure_transport.go Re-vendor, and use mtrmac/image-spec:id-based-loader to fix tests 2018-02-09 18:34:31 +01:00
databuffer.go vendor.conf,vendor: vndr update for containers/image 2017-02-27 02:15:36 -08:00
errors.go Update to image-spec v1.0.0 and revendor 2017-07-19 23:50:50 +02:00
flow.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
frame.go Run (make vendor) for the first time. 2018-05-19 04:24:17 +02:00
go16.go Re-vendor, primarily for https://github.com/containers/storage/pull/11 2017-05-11 13:07:14 +02:00
go17_not18.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
go17.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
go18.go Update to image-spec v1.0.0 and revendor 2017-07-19 23:50:50 +02:00
go19.go Vendor after merging mtrmac/image:docker-certs.d 2017-05-30 18:26:43 +02:00
gotrack.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
headermap.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
http2.go Run (make vendor) for the first time. 2018-05-19 04:24:17 +02:00
not_go16.go Re-vendor, primarily for https://github.com/containers/storage/pull/11 2017-05-11 13:07:14 +02:00
not_go17.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
not_go18.go Update to image-spec v1.0.0 and revendor 2017-07-19 23:50:50 +02:00
not_go19.go Vendor after merging mtrmac/image:docker-certs.d 2017-05-30 18:26:43 +02:00
pipe.go Vendor after merging mtrmac/image:docker-certs.d 2017-05-30 18:26:43 +02:00
README vendor.conf,vendor: vndr update for containers/image 2017-02-27 02:15:36 -08:00
server.go Update docker/docker dependencies. 2018-05-26 05:41:06 +02:00
transport.go Run (make vendor) for the first time. 2018-05-19 04:24:17 +02:00
write.go Run (make vendor) for the first time. 2018-05-19 04:24:17 +02:00
writesched_priority.go Vendor after merging mtrmac/image:docker-certs.d 2017-05-30 18:26:43 +02:00
writesched_random.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
writesched.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01: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:+