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 mattpr
Recipients mattpr, ned.deily, ronaldoussoren
Date 2017-09-29.18:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506710336.11.0.213398074469.issue31639@psf.upfronthosting.co.za>
In-reply-to
Content
It has been pointed out to me that this issue may be related to chrome making multiple requests in parallel.

A test with wget seems to support this.

wget -E -H -k -K -p http://domain1.com:8000/domain1.html

...does not hang, whereas requests from chrome do hang.

On some level I guess I wonder about the usefulness of simple web servers if they choke on very basic website requests from modern browsers.
History
Date User Action Args
2017-09-29 18:38:56mattprsetrecipients: + mattpr, ronaldoussoren, ned.deily
2017-09-29 18:38:56mattprsetmessageid: <1506710336.11.0.213398074469.issue31639@psf.upfronthosting.co.za>
2017-09-29 18:38:56mattprlinkissue31639 messages
2017-09-29 18:38:56mattprcreate