mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-03 03:01:31 +08:00
`socket.fromfd` does not close the original file descriptor, so we have to explicitly close it to avoid a leak. See also: http://bugs.python.org/issue10099