File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ Server Objects
153153
154154.. method :: BaseServer.serve_forever(poll_interval=0.5)
155155
156- Handle requests until an explicit :meth: `shutdown ` request. Polls for
157- shutdown every *poll_interval * seconds. It also calls
156+ Handle requests until an explicit :meth: `shutdown ` request.
157+ Poll for shutdown every *poll_interval * seconds. Ignores :attr: ` self.timeout ` . It also calls
158158 :meth: `service_actions ` which may be used by a subclass or Mixin to provide
159159 various cleanup actions. For e.g. ForkingMixin class uses
160160 :meth: `service_actions ` to cleanup the zombie child processes.
@@ -172,7 +172,7 @@ Server Objects
172172
173173.. method :: BaseServer.shutdown()
174174
175- Tells the :meth: `serve_forever ` loop to stop and waits until it does.
175+ Tell the :meth: `serve_forever ` loop to stop and waits until it does.
176176
177177
178178.. attribute :: BaseServer.address_family
You can’t perform that action at this time.
0 commit comments