Skip to content

Commit 83c3973

Browse files
authored
Merge pull request #3030 from benoitc/fix-ghthread
fix gthread worker
2 parents 547f856 + 86d85cb commit 83c3973

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gunicorn/workers/gthread.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ def murder_keepalived(self):
180180
except KeyError:
181181
# already removed by the system, continue
182182
pass
183+
except ValueError:
184+
# already removed by the system continue
185+
pass
183186

184187
# close the socket
185188
conn.close()

0 commit comments

Comments
 (0)