Message257588
| Author | martin.panter |
|---|---|
| Recipients | EWDurbin, alex, benjamin.peterson, georg.brandl, jmadden, koobs, larry, lemburg, martin.panter, python-dev, skrah, vincent-legoll, yan12125 |
| Date | 2016-01-06.07:21:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1452064885.02.0.108579386209.issue25940@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
After looking into the unwrap() problem more, I think I understand the problem, and believe making the server call unwrap() is the correct way forward. SSL_ERROR_SYSCALL is Open SSL’s way of saying the connection was shut down insecurely (among other things). So I propose local-server.v2.patch which passes all the tests without hanging. I am inclined to commit my first patch soon, which is fairly simple and should make the buildbots happy. Then people can have a chance to review the second (now third) patch, which is more involved. Does the problem really need to be fixed in the 3.2 branch, or is 3.5+ and 2.7 good enough? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-06 07:21:26 | martin.panter | set | recipients: + martin.panter, lemburg, georg.brandl, larry, benjamin.peterson, alex, skrah, python-dev, koobs, jmadden, yan12125, vincent-legoll, EWDurbin |
| 2016-01-06 07:21:25 | martin.panter | set | messageid: <1452064885.02.0.108579386209.issue25940@psf.upfronthosting.co.za> |
| 2016-01-06 07:21:24 | martin.panter | link | issue25940 messages |
| 2016-01-06 07:21:24 | martin.panter | create | |