sugar-toolkit-gtk3/src
Morgan Collett e9ebfdea3a #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.
2008-10-29 14:30:37 +02:00
..
sugar #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandler 2008-10-29 14:30:37 +02:00
Makefile.am Missing makefile 2008-04-29 15:02:11 +02:00