Mikhail Afanasyev added the comment:
The bug is not only wget-specific. It was discovered while making APT proxy, so
at least Debian APT fetcher has the same problem.
--
___
Python tracker
<http://bugs.python.org/issue15
New submission from Mikhail Afanasyev:
When using BaseHTTPServer with ThreadingMixIn, sometimes the wrong data is
served.
The attached script requests normal URL and URLs which are not found in
multiple threads using wget (which only saves pages if it gets 200 OK status).
Every once in a