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 gmixo
Recipients gmixo, martin.panter
Date 2015-12-11.10:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449830940.53.0.0350510044155.issue25838@psf.upfronthosting.co.za>
In-reply-to
Content
> Why can’t you do the file rewinding yourself, when you retry the request?
Actually I'm not retry to send a request. This behavior I met for httplib library while I'm send a single request, httplib send it to exist connection and then recreates connection on failure and send it again. Maybe this doing tcp socket
For GET POST and DELETE I meet the same behavior

> if someone wrote code that expects data to be sent from a non-zero file position.
Well in this case I'd prefer to trunkate file before send.
History
Date User Action Args
2015-12-11 10:49:00gmixosetrecipients: + gmixo, martin.panter
2015-12-11 10:49:00gmixosetmessageid: <1449830940.53.0.0350510044155.issue25838@psf.upfronthosting.co.za>
2015-12-11 10:49:00gmixolinkissue25838 messages
2015-12-11 10:49:00gmixocreate