Explorar o código

prevent crash when too many files are opened

Chris McDonough %!s(int64=10) %!d(string=hai) anos
pai
achega
ffcc311f36
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      supervisor/options.py

+ 1 - 0
supervisor/options.py

@@ -1518,6 +1518,7 @@ class ServerOptions(Options):
             for fd in pipes.values():
                 if fd is not None:
                     self.close_fd(fd)
+            raise
 
     def close_parent_pipes(self, pipes):
         for fdname in ('stdin', 'stdout', 'stderr'):