diff --git a/content/docs/server.md b/content/docs/server.md index c07a1c6..c46254b 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -136,9 +136,6 @@ timeout are force-dropped. By default the shutdown timeout is set to 30 seconds. can change this parameter with the [`HttpServer::shutdown_timeout()`][shutdowntimeout] method. -You can send a stop message to the server with the server address and specify if you want -graceful shutdown or not. The [`start()`][startmethod] method returns the address of the server. - `HttpServer` handles several OS signals. *CTRL-C* is available on all OSs, other signals are available on unix systems. @@ -154,7 +151,6 @@ are available on unix systems. [bindmethod]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.bind [bindopensslmethod]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.bind_openssl [bindrusttls]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.bind_rustls -[startmethod]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.start [workers]: https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.workers [tlsalpn]: https://tools.ietf.org/html/rfc7301 [exampleopenssl]: https://github.com/actix/examples/blob/master/openssl