]> granicus.if.org Git - python/commit
[Bug #792570] Under Windows, socket.read() seems to run into trouble when
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 4 Dec 2005 15:36:57 +0000 (15:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 4 Dec 2005 15:36:57 +0000 (15:36 +0000)
commite63fde72f397385e09000e243e16eda7e01e3242
tree79a29fce679a714d685f4d8fc68ae424d39c55b7
parent3a97605500919ceeff8c6cd2dd7d352baa1142d8
[Bug #792570] Under Windows, socket.read() seems to run into trouble when
asked to read tens of megabytes of data.  On my Mac, it hits MemoryErrors
when reading around 15Mb in one chunk.  The fix is to read the body in several
parts, not as one big piece.

It would be nice to fix the underlying socket.read() problem, too.

2.4 bugfix candidate.
Lib/SimpleXMLRPCServer.py
Misc/NEWS