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
client_conn_pool.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
databuffer.go
errors.go
flow.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
frame.go
go111.go
gotrack.go
headermap.go
http2.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
not_go111.go
pipe.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
README
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
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:+