commit | e531e296fa178a3a8fc8ec708035e5255f327227 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 08 20:28:34 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 08 20:28:34 2002 +0000 |
tree | a4237c6aafbf272071e17f19f88646b71ae2404d | |
parent | 469cdad8228df7bc294dc946b8cd4c0b7f810735 [diff] |
testSendAll(): loop until all data is read; this was necessary at least on OS/2 (see note on SF patch 555085 by A I MacIntyre) but looks like the test *could* fail on any other platform too -- there's no guarantee that recv() reads all data.