1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
This commit is contained in:
Michael Edwards 2019-02-06 11:02:33 +01:00 committed by Douman
parent c695358bcb
commit 0059a55dfb

View File

@ -451,9 +451,8 @@ impl<H: IntoHttpHandler, F: Fn() -> H + Send + Clone> HttpServer<H, F> {
/// For each address this method starts separate thread which does /// For each address this method starts separate thread which does
/// `accept()` in a loop. /// `accept()` in a loop.
/// ///
/// This methods panics if no socket addresses get bound. /// This methods panics if no socket address can be bound or an `Actix` system is not yet
/// /// configured.
/// This method requires to run within properly configured `Actix` system.
/// ///
/// ```rust /// ```rust
/// extern crate actix_web; /// extern crate actix_web;