Skip to content

Commit

Permalink
Merge pull request #3030 from benoitc/fix-ghthread
Browse files Browse the repository at this point in the history
fix gthread worker
  • Loading branch information
benoitc committed Jul 18, 2023
2 parents 547f856 + 86d85cb commit 83c3973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gunicorn/workers/gthread.py
Expand Up @@ -180,6 +180,9 @@ def murder_keepalived(self):
except KeyError:
# already removed by the system, continue
pass
except ValueError:
# already removed by the system continue
pass

# close the socket
conn.close()
Expand Down

0 comments on commit 83c3973

Please sign in to comment.