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 kristjan.jonsson
Recipients hodgestar, jhylton, kristjan.jonsson, vstinner
Date 2008-12-05.15:06:39
SpamBayes Score 0.028057164
Marked as misclassified No
Message-id <1228489600.27.0.481366405261.issue4336@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would have been better to have endheaders() (and then perhaps 
_send_output())  deal with the non-string (i.e. filebuffer) case, so 
that endheaders(body) is semantically equivalent to endheaders(); 
send(body).   The version you checked in makes it necessary that the 
user of HTTPConnection.endheaders() is aware of the distinction.
History
Date User Action Args
2008-12-05 15:06:40kristjan.jonssonsetrecipients: + kristjan.jonsson, jhylton, vstinner, hodgestar
2008-12-05 15:06:40kristjan.jonssonsetmessageid: <1228489600.27.0.481366405261.issue4336@psf.upfronthosting.co.za>
2008-12-05 15:06:39kristjan.jonssonlinkissue4336 messages
2008-12-05 15:06:39kristjan.jonssoncreate