Skip to content

Commit 96face1

Browse files
committed
Deploying to master from @ 3802099c19c246ef1736d17ae05fae58350aff22 🚀
1 parent a0fc261 commit 96face1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎docs/server/index.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150
have a specific amount of time to finish serving requests. Any workers still alive after the
151151
timeout are force-dropped. By default the shutdown timeout is set to 30 seconds. You
152152
can change this parameter with the <a href=https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.shutdown_timeout><code>HttpServer::shutdown_timeout()</code></a>
153-
method.</p><p>You can send a stop message to the server with the server address and specify if you want
154-
graceful shutdown or not. The <a href=https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.start><code>start()</code></a> method returns the address of the server.</p><p><code>HttpServer</code> handles several OS signals. <em>CTRL-C</em> is available on all OSs, other signals
153+
method.</p><p><code>HttpServer</code> handles several OS signals. <em>CTRL-C</em> is available on all OSs, other signals
155154
are available on unix systems.</p><ul><li><em>SIGINT</em> - Force shutdown workers</li><li><em>SIGTERM</em> - Graceful shutdown workers</li><li><em>SIGQUIT</em> - Force shutdown workers</li></ul><blockquote><p>It is possible to disable signal handling with
156155
<a href=https://docs.rs/actix-web/3/actix_web/struct.HttpServer.html#method.disable_signals><code>HttpServer::disable_signals()</code></a> method.</p></blockquote><div class=github-edit><a class="fa fa-github" href=https://github.com/actix/actix-website/tree/master/content/docs/server.md>Edit on GitHub</a></div><div class=actix-next><b>Next up</b>: <a href=/docs/handlers/>Handlers</a></div></div></div></div></div><footer class=actix-footer><div class="text-muted actix-footer-gray d-flex justify-content-between"><div class=actix-footer-info>Copyright © 2020 The Actix Team</div><div class=actix-footer-social><a href=https://github.com/actix class=text-muted><i class="fa fa-github" aria-hidden=true></i></a></div></div></footer><script src=https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js integrity=sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7 crossorigin=anonymous></script><script src=https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js integrity=sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8 crossorigin=anonymous></script><script src=https://actix.rs/js/bootstrap.min.js></script><script src=https://actix.rs/js/actix.js></script><script type=application/javascript>var doNotTrack=false;if(!doNotTrack){(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create','UA-110322332-1','auto');ga('send','pageview');}</script></body></html>

0 commit comments

Comments
 (0)