We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1ec2 commit c1ab7c3Copy full SHA for c1ab7c3
uvicorn/server.py
@@ -83,8 +83,6 @@ async def _serve(self, sockets: list[socket.socket] | None = None) -> None:
83
84
await self.startup(sockets=sockets)
85
# FIX: make sure always execute the shutdown logic, even if server received a signal during startup
86
- # if self.should_exit:
87
- # return
88
await self.main_loop()
89
await self.shutdown(sockets=sockets)
90
0 commit comments