Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 51 forks source link

Fix out of date docs #120

Closed sinistersnare closed 8 years ago

sinistersnare commented 8 years ago

As discussed on Gitter, rustful::server::Listening has some out of date docs. It states that fn close does not work, but the linked issue is now closed. Fixing this should be fun and ez.

Looking more closely, this is actually a struct in Hyper re-exported here, ill add this issue to Hyper, and not here....

sinistersnare commented 8 years ago

This is fixed in master in Hyper, but is not released. When they cut a new release, and we update, it will be fixed.

Ogeon commented 8 years ago

Oh, you know what? I just realized that Listening this is reexported from Hyper, so no wonder that I had no recollection of that note. I'm definitely getting too tired. Too many meetings... I'll close this straight away, since it's on their side and the upcoming async API will also probably not reexport it at all.

Still, thank you for taking your time to report this., and sorry for not realizing it earlier.