Rob Ede

Results 360 comments of Rob Ede

We're experimenting in [the lab](https://crates.io/crates/actix-web-lab) with some APIs to make streaming responses easier and off-thread compatible. - https://docs.rs/actix-web-lab/latest/actix_web_lab/body/fn.channel.html - https://docs.rs/actix-web-lab/latest/actix_web_lab/body/fn.writer.html

I'm apprehensive to accept PRs like this without a test case that fails before the patch.

Can you give me an example of the code you want to write?

I'm curious if you have any particular motive to get this merged. From my PoV, the Actix Web project doesn't have any real _need_ to do it.

Context for that particular change: https://github.com/actix/actix-net/pull/508

Hmm... this random idea worked out well. It's a kind of interesting technique. @JohnTitor you might be interested in this for other projects?

Actually I should do some negative tests before we adopt this. And address amendments to a PR being able to run the same job without needing to re-label it.

Yea the rustls story is getting more complicated with the additional backends they're adding; not quite sure how to support them nicely yet.