id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 1493,"[patch] fixing (10053, 'Software caused connection abort') error",eugene@…,Adrian Holovaty,"This patch suppresses logging of connection aborts, which are quite normal, especially with prefetching. I got them pretty frequently with Django's runserver. They are mostly harmless but distracting: {{{ Traceback (most recent call last): File ""C:\Python24\lib\site-packages\django\core\servers\basehttp.py"", line 273 , in run self.finish_response() File ""C:\Python24\lib\site-packages\django\core\servers\basehttp.py"", line 312 , in finish_response self.write(data) File ""C:\Python24\lib\site-packages\django\core\servers\basehttp.py"", line 391 , in write self.send_headers() File ""C:\Python24\lib\site-packages\django\core\servers\basehttp.py"", line 443 , in send_headers self.send_preamble() File ""C:\Python24\lib\site-packages\django\core\servers\basehttp.py"", line 372 , in send_preamble self._write( File ""C:\Python24\lib\socket.py"", line 256, in write self.flush() File ""C:\Python24\lib\socket.py"", line 243, in flush self._sock.sendall(buffer) error: (10053, 'Software caused connection abort') }}} ",defect,closed,Core (Management commands),,minor,invalid,,,Ready for checkin,1,0,0,0,0,0