This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sworddragon
Recipients Sworddragon, giampaolo.rodola
Date 2012-01-05.09:39:19
SpamBayes Score 3.100134e-10
Marked as misclassified No
Message-id <1325756371.55.0.743156070033.issue13714@psf.upfronthosting.co.za>
In-reply-to
Content
If the connection gets lost and reconnected again but the ip address doesn't change storbinary() continues the data transfer. But if the ip address was changed due to the reconnect storbinary() hangs in a loop.

I expect either that storbinary() detects the change of the ip address and continues the data transfer like it does if the ip address has never changed or it should throw an exception.
History
Date User Action Args
2012-01-05 09:39:31Sworddragonsetrecipients: + Sworddragon, giampaolo.rodola
2012-01-05 09:39:31Sworddragonsetmessageid: <1325756371.55.0.743156070033.issue13714@psf.upfronthosting.co.za>
2012-01-05 09:39:20Sworddragonlinkissue13714 messages
2012-01-05 09:39:20Sworddragoncreate