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