5 Commits

Author SHA1 Message Date
Sean McArthur f4694c7e82 Make default is_end_stream pessimistically return false (#15)
* Make default is_end_stream pessimistically return false

* Fix test to ensure no size hint will default to an ended stream

Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
2019-08-20 23:11:39 -04:00
Lucio Franco e25877b93f Remove pin from is_end_stream and size_hint (#12)
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
2019-08-20 16:57:58 -04:00
Lucio Franco 70581f41f8 Take self: Pin for the poll fn (#11)
* Take `self: Pin` for the poll fn

* Remove bufstream dep

* Add sizehint back and pin all the fn
2019-08-18 01:20:39 -04:00
Lucio Franco ed69434457 Update http-body to std::future::Future (#10) 2019-08-16 11:00:51 -07:00
Carl Lerche ec0166aa2d Initial commit 2019-04-24 11:09:29 -07:00