Skip to content

Commit 74788ea

Browse files
committed
removed ECONNRESET patch for eventlet wsgi
1 parent 8f6a374 commit 74788ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

swift/common/wsgi.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
import eventlet
2626
from eventlet import greenio, GreenPool, sleep, wsgi, listen
2727
from paste.deploy import loadapp, appconfig
28-
29-
# Hook to ensure connection resets don't blow up our servers.
30-
# Remove with next release of Eventlet that has it in the set already.
31-
from errno import ECONNRESET
32-
wsgi.ACCEPT_ERRNO.add(ECONNRESET)
33-
3428
from eventlet.green import socket, ssl
3529

3630
from swift.common.utils import get_logger, drop_privileges, \

0 commit comments

Comments
 (0)