terraform/vendor/golang.org/x/net/http2
Martin Atkins 55c3f9b9c0 vendor: upgrade to latest github.com/zclconf/go-cty
This contains a fix for a panic in Value.HasElement when used on a set
value whose element type is an object or tuple.

A few other minor dependency upgrades came long for the ride.
2018-10-17 17:02:47 -07:00
..
hpack vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
.gitignore vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
Dockerfile need to add the files too 2017-01-20 10:59:14 -05:00
Makefile need to add the files too 2017-01-20 10:59:14 -05:00
README need to add the files too 2017-01-20 10:59:14 -05:00
ciphers.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
client_conn_pool.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
configure_transport.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
databuffer.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
errors.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
flow.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
frame.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
go16.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
go17.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
go17_not18.go need to add the files too 2017-01-20 10:59:14 -05:00
go18.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
go19.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
go111.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
gotrack.go need to add the files too 2017-01-20 10:59:14 -05:00
headermap.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
http2.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
not_go16.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
not_go17.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
not_go18.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
not_go19.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
not_go111.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
pipe.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
server.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
transport.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
write.go vendor: upgrade to latest github.com/zclconf/go-cty 2018-10-17 17:02:47 -07:00
writesched.go need to add the files too 2017-01-20 10:59:14 -05:00
writesched_priority.go govendor fetch github.com/hashicorp/go-plugin/... 2017-08-11 10:51:30 -07:00
writesched_random.go need to add the files too 2017-01-20 10:59:14 -05: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:+