mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
commit
83c3973e1b
@ -180,6 +180,9 @@ class ThreadWorker(base.Worker):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
# already removed by the system, continue
|
# already removed by the system, continue
|
||||||
pass
|
pass
|
||||||
|
except ValueError:
|
||||||
|
# already removed by the system continue
|
||||||
|
pass
|
||||||
|
|
||||||
# close the socket
|
# close the socket
|
||||||
conn.close()
|
conn.close()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user