Lucio Franco

Results 524 comments of Lucio Franco

@stjepang this is some great feedback! I will make sure we incorporate a lot of these ideas into tokio 0.3. Will follow up with a proper issue in tokio. Thanks!

@tikue you need something to drive the timer, in tokio we use epoll_timeout/sleep to achieve this. So you need to run the driver anyways. This is the case for every...

@tikue ah yes! If you look at that example I use `enable_all` you can instead just enable the timer via https://docs.rs/tokio/0.2.22/tokio/runtime/struct.Builder.html#method.enable_time

@Nemo157 might be useful to have a label for that

Oh sorry missed this, What would exist in `http-body` vs what would exist in hyper? Would all the frame stuff go into the body crate? I think this makes sense...

@seanmonstar yeah, I think a `hyper-tower` or we could re-introduce `tower-hyper`. This will make the path to 1.0 easier as well. As for the changes, I can stub out the...

@seanmonstar yeah I think that could totally work.

I like this proposal, I'd also consider adding a `GenericBody` which is an enum of all of the bodies + the boxed one? We may also want to provide utils...

I think maybe deprecate the current method and expose a new config based one similar to what socket2 exposes?

@ramn looks really cool! thanks for sharing! :)