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 Wiktor Niesiobedzki
Recipients SilentGhost, Wiktor Niesiobedzki, martin.panter, r.david.murray
Date 2016-01-10.19:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452454366.73.0.453385166278.issue25919@psf.upfronthosting.co.za>
In-reply-to
Content
Here are the test cases that I've come up with.

test_response_after_headers - tests for the case that I'm missing
test_ssl_renegotiation - tests for the case that Martin point out

As in stock ssl library there is no way to force renegotiation, I've just separated the receiving of standard HTTP status message into few parts and checking, if the http.client is still sending the contents.

So - without my patch, first case is failing, with my patch - the second case is failing.  I'll try to find some better solution here, which will cover both cases.
History
Date User Action Args
2016-01-10 19:32:46Wiktor Niesiobedzkisetrecipients: + Wiktor Niesiobedzki, r.david.murray, SilentGhost, martin.panter
2016-01-10 19:32:46Wiktor Niesiobedzkisetmessageid: <1452454366.73.0.453385166278.issue25919@psf.upfronthosting.co.za>
2016-01-10 19:32:46Wiktor Niesiobedzkilinkissue25919 messages
2016-01-10 19:32:45Wiktor Niesiobedzkicreate