Oddbjørn Grødem
c558647762
test(benches): re-enable pipeline and server bench ( #2934 )
...
re-enable the recently disabled pipeline and server bench using
`hyper::server::conn` instead of the removed higher-level `Server` api
2022-08-02 06:46:26 -07:00
Sean McArthur
0c8ee93d7f
feat(client,server): remove tcp feature and code ( #2929 )
...
This removes the `tcp` feature from hyper's `Cargo.toml`, and the code it enabled:
- `HttpConnector`
- `GaiResolver`
- `AddrStream`
And parts of `Client` and `Server` that used those types. Alternatives will be available in the `hyper-util` crate.
Closes #2856
Co-authored-by: MrGunflame <mrgunflame@protonmail.com >
2022-07-29 10:07:09 -07:00
Sean McArthur
2f2ceb2426
chore(ci): automatically publish benchmarks in a graph
2020-11-16 16:51:30 -08:00
Sean McArthur
1b9af22fa0
Tokio 0.3 Upgrade ( #2319 )
...
Co-authored-by: Urhengulas <johann.hemmann@code.berlin >
Co-authored-by: Eliza Weisman <eliza@buoyant.io >
2020-11-05 17:17:21 -08:00
Sean McArthur
dd02254ae8
style(lib): apply latest rustfmt
2020-02-06 11:41:25 -08:00
Sean McArthur
0dc89680cd
style(lib): run rustfmt and enforce in CI
2019-12-05 13:55:17 -08:00
Sean McArthur
cb3f39c2dc
feat(lib): update Tokio, bytes, http, h2, and http-body
2019-12-04 10:56:34 -08:00
lzutao
ae75b3a732
chore(lib): remove async_await feature gate ( #1909 )
...
`async_await` is stabilized in rust-lang/rust#63209 .
2019-08-21 11:09:14 -07:00
Weihang Lo
63a8f26583
test(benches): update pipeline benchmark to async/await
2019-07-17 10:57:51 -07:00
Sean McArthur
5da17df97f
chore(lib): individually disable tests and examples that aren't updated
2019-07-12 13:44:03 -07:00
Sean McArthur
dcf0347151
test(benches): add http1 pipeline bench target
2018-10-23 16:01:16 -07:00