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 gregory.p.smith
Recipients GBeauregard, corona10, gregory.p.smith, miss-islington, sobolevn, vstinner
Date 2022-02-06.22:05:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The merged PRs disable the test without anything tracking fixing or re-re-enabling it.  Reopening & retitling this issue.

This specific test does not need to use an external server. That has nothing to do with what the purposes of the test is which is all around a content-length issue per https://bugs.python.org/issue16464

The appropriate fix is to have the test manage it's own http server on localhost in another thread or process.

We do not need to test it with https.
History
Date User Action Args
2022-02-06 22:05:44gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, corona10, miss-islington, sobolevn, GBeauregard
2022-02-06 22:05:44gregory.p.smithsetmessageid: <[email protected]>
2022-02-06 22:05:44gregory.p.smithlinkissue46648 messages
2022-02-06 22:05:43gregory.p.smithcreate