Files
containerd/vendor/golang.org/x/net/http2
Sebastiaan van Stijn bee6ab5a15 vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
full diff: f3200d17e0...ab34263943

Worth mentioning that there's a comment updated in golang.org/x/net/websocket:

    This package currently lacks some features found in alternative
    and more actively maintained WebSocket packages:
        https://godoc.org/github.com/gorilla/websocket
        https://godoc.org/nhooyr.io/websocket

It's used in k8s.io/apiserver/pkg/util/wsstream/stream.go, so perhaps that should
be reviewed if the alternatives are better for how it's used.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-05 15:48:38 +02:00
..
2019-06-10 19:34:46 -07:00
2017-06-15 23:14:21 +00:00
2018-05-23 10:16:33 -07:00
2019-06-10 19:34:46 -07:00
2019-06-10 19:34:46 -07:00
2017-04-14 19:04:27 -07:00
2019-06-10 19:34:46 -07:00
2019-06-10 19:34:46 -07:00
2017-04-14 19:04:27 -07:00
2019-06-10 19:34:46 -07: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:+