mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
* ci: drop unsupported versions * fix: a *dirty* request timeout for gthread workers * fix: drain current futures before exiting * fix: avoid accepting new connections completely * refactor: Just rely on graceful_timeout This has minor side effect of no progress on accepted BUT not "read" reqeusts. But I feel this makes code simpler and less prone to bugs. These time outs should be *rare* and fixed anyway.