[W3af-svn-notify] SF.net SVN: w3af:[6480] branches/threading2/core/data/url
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-22 00:19:51
|
Revision: 6480 http://w3af.svn.sourceforge.net/w3af/?rev=6480&view=rev Author: andresriancho Date: 2012-12-22 00:19:42 +0000 (Sat, 22 Dec 2012) Log Message: ----------- After getting many errors related to "Too many open files" I decided to look into the CLOSE_WAIT sockets I had and where they were leaking. It was no surprise that the keepalive handler wasn't properly closing all sockets and that the xurllib did not call the close_all() after the scan ended, which lead to hundreds of sockets in close_wait state. Modified Paths: -------------- branches/threading2/core/data/url/handlers/keepalive.py branches/threading2/core/data/url/handlers/tests/test_keepalive.py branches/threading2/core/data/url/opener_settings.py branches/threading2/core/data/url/xUrllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |