boulder/vendor/golang.org/x/net/http2
Daniel McCarney 1bf07bc2ab deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623)
Unit tests are confirmed to pass:
```
~/go/src/golang.org/x/net$ git log --pretty=format:'%h' -n 1
2180aed

~/go/src/golang.org/x/net$ go test ./...
ok      golang.org/x/net/bpf    0.494s
ok      golang.org/x/net/context        0.058s
ok      golang.org/x/net/context/ctxhttp        0.104s
?       golang.org/x/net/dict   [no test files]
ok      golang.org/x/net/dns/dnsmessage 0.074s
ok      golang.org/x/net/html   0.097s
ok      golang.org/x/net/html/atom      0.002s
ok      golang.org/x/net/html/charset   0.020s
ok      golang.org/x/net/http/httpguts  0.028s
ok      golang.org/x/net/http/httpproxy 0.003s
ok      golang.org/x/net/http2  125.352s
ok      golang.org/x/net/http2/h2c      0.015s
?       golang.org/x/net/http2/h2i      [no test files]
ok      golang.org/x/net/http2/hpack    0.042s
ok      golang.org/x/net/icmp   0.002s
ok      golang.org/x/net/idna   0.012s
?       golang.org/x/net/internal/iana  [no test files]
ok      golang.org/x/net/internal/socket        4.560s
ok      golang.org/x/net/internal/socks 0.222s
ok      golang.org/x/net/internal/sockstest     0.015s
ok      golang.org/x/net/internal/timeseries    0.020s
ok      golang.org/x/net/ipv4   0.053s
ok      golang.org/x/net/ipv6   0.043s
ok      golang.org/x/net/nettest        1.057s
ok      golang.org/x/net/netutil        0.819s
ok      golang.org/x/net/proxy  0.039s
ok      golang.org/x/net/publicsuffix   0.146s
ok      golang.org/x/net/trace  0.007s
ok      golang.org/x/net/webdav 0.091s
ok      golang.org/x/net/webdav/internal/xml    0.010s
ok      golang.org/x/net/websocket      0.026s
ok      golang.org/x/net/xsrftoken      0.019s
```
2020-01-03 10:34:10 -08:00
..
hpack deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08:00
.gitignore Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
Dockerfile Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
Makefile Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
README Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
ciphers.go Update golang.org/x/net (#3695) 2018-05-08 10:38:32 -07:00
client_conn_pool.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
databuffer.go Properly validate punycode (#2964) 2017-08-10 16:22:11 -04:00
errors.go Properly validate punycode (#2964) 2017-08-10 16:22:11 -04:00
flow.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
frame.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
go111.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
gotrack.go Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
headermap.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
http2.go Switch to modules (#4211) 2019-05-23 14:14:00 -07:00
not_go111.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
pipe.go deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08:00
server.go deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08:00
transport.go deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08:00
write.go Update golang.org/x/... to latest. (#4159) 2019-04-17 13:35:57 -04:00
writesched.go deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08:00
writesched_priority.go deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08:00
writesched_random.go deps: update golang.org/x/net d28f0bde5980 -> 2180aed22343 (#4623) 2020-01-03 10:34:10 -08: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:+