From ca67a87c374cfedb5dd7b4bb8d2d06177a08b93b Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 7 May 2025 19:38:21 +0530 Subject: [PATCH] chore: update readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 91350c2b..98adea5b 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,7 @@ This is a fork of gunicorn with the following changes: 1. Request timeout implementation for `gthread` - https://github.com/frappe/gunicorn/pull/1 (upstream doesn't have any, we NEED this.) 2. Higher timeout for `selector` - https://github.com/frappe/gunicorn/pull/2 (This is a small optional performance improvement) +3. https://github.com/benoitc/gunicorn/pull/2918 is reverted to avoid connection resets while draining or restarting a worker. Note to anyone upgrading/adding changes: - Pull upstream changes