From e9ebfdea3acc0164cb05056b045413a080de458c Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Wed, 10 Sep 2008 20:17:09 +0000 Subject: #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandler self._cleanup does the self._file.close() anyway if the file exists. The self._file.close() removed here is redundant, and will always fail on file not found, which is handled in send_head by returning None for self._file. --- (limited to 'configure.ac') -- cgit v0.9.1