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 eanxgeek
Recipients amaury.forgeotdarc, eanxgeek, effbot, skip.montanaro
Date 2008-01-22.14:47:55
SpamBayes Score 0.013100625
Marked as misclassified No
Message-id <1201013277.49.0.498413272506.issue1327@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the header information that I get:
<snip>
reply: 'HTTP/1.1 200 OK\r\n'
header: Date: Tue, 22 Jan 2008 14:42:54 GMT
header: Server: Apache
header: Content-Length: 183
header: Content-Type: text/xml;charset=UTF-8
</snip>

Then I get addition send followed by more header info:

<snip>
reply: 'HTTP/1.1 200 OK\r\n'
header: Date: Tue, 22 Jan 2008 14:42:54 GMT
header: Server: Apache
header: Content-Length: 399191
header: Content-Type: text/xml;charset=UTF-8
header: X-Pad: avoid browser bug
</snip>

I am looking for additional Content-Length data.  Also, the above was
done using Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11).

Thank you!
History
Date User Action Args
2008-01-22 14:47:57eanxgeeksetspambayes_score: 0.0131006 -> 0.013100625
recipients: + eanxgeek, effbot, skip.montanaro, amaury.forgeotdarc
2008-01-22 14:47:57eanxgeeksetspambayes_score: 0.0131006 -> 0.0131006
messageid: <1201013277.49.0.498413272506.issue1327@psf.upfronthosting.co.za>
2008-01-22 14:47:56eanxgeeklinkissue1327 messages
2008-01-22 14:47:56eanxgeekcreate