Comment 23 for bug 1466549

Revision history for this message
Romain LE DISEZ (rledisez) wrote : Re: Download DLO objects leak connections when client kill connection

I don't think it is the same. Bug #1361360 describe the slowloris attack, where TCP connections are kept open for a long time if the client does not close the connection.

The behavior i'm observing is that when client close the connection, the TCP connection is closed, but the socket is not released. Also, it does not apply on standard downloads, but only on DLO downloads.

To be sure, i tried to set keepalive=False (and socket_timeout=10): it didn't fix the problem.