1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/golang.org/x/net/http2
Sebastiaan van Stijn 8db4c4ca01
vendor: golang.org/x/net 6772e930b67bb09bf22262c7378e7d2f67cf59d1
full diff: ab34263943...6772e930b6

- http/httpproxy: match http scheme when selecting http_proxy
- drop support for pre-1.12 direct syscalls on darwin
- x/net/http2: reject HTTP/2 Content-Length headers containing a sign
- http2/h2i: use x/term instead of x/crypto/ssh/terminal

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-02 17:55:44 +02:00
..
hpack vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
ciphers.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
client_conn_pool.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
databuffer.go Update grpc to v1.3.0 and bump protobuf bindings. 2017-06-08 14:34:23 +01:00
errors.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
flow.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
frame.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
go111.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
gotrack.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
headermap.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
http2.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
not_go111.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
pipe.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
README rerun vndr 2017-03-08 02:29:34 +00:00
server.go vendor: golang.org/x/net 6772e930b67bb09bf22262c7378e7d2f67cf59d1 2021-06-02 17:55:44 +02:00
transport.go vendor: golang.org/x/net 6772e930b67bb09bf22262c7378e7d2f67cf59d1 2021-06-02 17:55:44 +02:00
write.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
writesched.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
writesched_priority.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
writesched_random.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09: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:+