Carl Lerche
|
8911ee2a4b
|
Remove h2-test-support crate (#119)
The h2-test-support caused the unstable flag to always be enabled.
|
2017-09-25 22:28:39 -07:00 |
|
Oliver Gould
|
dad113e17b
|
Disallow nightly failures (#115)
Always install rustfmt since nightly may change underneath it, causing
linking to break.
Apply rustfmt
|
2017-09-24 19:25:50 -07:00 |
|
Carl Lerche
|
e049dcb62b
|
Rename Client::request -> send_request (#98)
All other fns have a send prefix.
|
2017-09-18 21:22:15 -07:00 |
|
Sean McArthur
|
a8a4cd2be1
|
add Client config to disable server push
- Adds `Client::builder().enable_push(false)` to disable push
- Client sends a GO_AWAY if receiving a push when it's disabled
|
2017-09-18 10:49:35 -07:00 |
|