Sean McArthur

Results 148 issues of Sean McArthur

I tried following the way I see some other test data files do this, but after I made the changes locally and re-run `./runtests.pl 1274`, it still sees the old...

Hyper

Thanks for this awesome action! I was trying it out in hyper.rs, and noticed that lines that include the `MB/s` cause the extract to fail. This should fix that up.

This were disabled as part of #2929, since they depended on `HttpConnector` or `Server::bind`. The first two are easier than the last: - [x] `benches/pipeline.rs` - [x] `benches/server.rs` - [...

E-easy
A-tests
S-refactor

This is just a proposal, but if it seems like a good idea, doing it for 1.0 would be a good time, since we can actually *remove* the old support....

S-feature
B-rfc
B-breaking-change

Make [a simplified `Service` trait](https://github.com/hyperium/hyper/blob/master/docs/ROADMAP.md#service) that is only the `call` method. Update the server `Connection` to use it instead of tower-service.

A-server
S-feature
E-medium

It is very common to want a body type that allows for a push-based API, and knowledge of when those bytes have been *written to the socket*. We can provide...

C-feature
E-medium
A-body
K-hyper-util

We want strict control over what types from dependencies we expose, and there is a tool that can help us check that in CI: [cargo api-linter](https://github.com/awslabs/smithy-rs/tree/main/tools/api-linter). We should start by...

E-medium
A-dependencies
S-refactor

This has been suggested [before](https://discord.com/channels/500028886025895936/670880858630258689/771157251666608159): the current trait `hyper::body::HttpBody` should be renamed to `hyper::Body`, and the existing struct `hyper::Body` should be split up into more descriptive implementations. I'm coming around...

S-feature
E-medium
A-body

S-feature
E-medium
A-body