Message391419
| Author | ethan.furman |
|---|---|
| Recipients | christian.heimes, ethan.furman |
| Date | 2021-04-20.01:01:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618880519.23.0.499595929894.issue42854@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'm getting this error: test test_ssl failed -- Traceback (most recent call last): File "/source/python/cpython/Lib/test/test_ssl.py", line 1061, in test_read_write_zero self.assertEqual(s.send(b""), 0) File "/source/python/cpython/Lib/ssl.py", line 1198, in send return self._sslobj.write(data) ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2484) Let me know if there's any other info I can provide (and how to get it). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-21 13:54:05 | ethan.furman | unlink | issue42854 messages |
| 2021-04-20 01:01:59 | ethan.furman | set | recipients: + ethan.furman, christian.heimes |
| 2021-04-20 01:01:59 | ethan.furman | set | messageid: <1618880519.23.0.499595929894.issue42854@roundup.psfhosted.org> |
| 2021-04-20 01:01:59 | ethan.furman | link | issue42854 messages |
| 2021-04-20 01:01:59 | ethan.furman | create | |