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 angus
Recipients angus, barry, daniel.ugra, davide.rizzo, eric.araujo, ezio.melotti, nadeem.vawda, nneonneo, orsenthil, santoso.wijaya, terry.reedy, vstinner
Date 2011-07-23.06:27:42
SpamBayes Score 0.0022977612
Marked as misclassified No
Message-id <1311402463.09.0.853855611642.issue12576@psf.upfronthosting.co.za>
In-reply-to
Content
I'm experiencing a related problem:
---
from urllib.request import urlopen
print(urlopen('https://mtgox.com/').read())
---
prints b'' rather than the page content.

It looks like mtgox.com always sends 'Connection: Keep-Alive'. So some hack like recognising 'tion: close' wouldn't fix it.
History
Date User Action Args
2011-07-23 06:27:43angussetrecipients: + angus, barry, terry.reedy, orsenthil, vstinner, nneonneo, nadeem.vawda, ezio.melotti, eric.araujo, daniel.ugra, santoso.wijaya, davide.rizzo
2011-07-23 06:27:43angussetmessageid: <1311402463.09.0.853855611642.issue12576@psf.upfronthosting.co.za>
2011-07-23 06:27:42anguslinkissue12576 messages
2011-07-23 06:27:42anguscreate