[issue29654] SimpleHTTPRequestHandler should support browser cache

STINNER Victor report at bugs.python.org
Mon Jul 31 18:35:58 EDT 2017


STINNER Victor added the comment:

I suppose temp.flush() is a remnant of other (unsuccessful) attempt to fix
a race condition.

I didn't try only with .flush(). I prefer to explicitly .flush(), just in
case :-) Using correctly a file system is complex because of all layers of
caching.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29654>
_______________________________________


More information about the Python-bugs-list mailing list