Skip to content

Commit 809afaf

Browse files
📜🤖 Added by blurb_it.
1 parent 1af6fb0 commit 809afaf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
fix `EOF occurred in violation of protocol` error for large request
2+
from python 3.10 and older
3+
4+
and also updated the relevant test code.
5+
6+
From version 3.10, when SSL_ERROR_SYSCALL, instead of `OSError`,
7+
the error `EOFOCURED in violation of protocol` was displayed.
8+
9+
The reason was that the behavior of `PySSL_SetError` changed as
10+
`SSL_write` was changed to `SSL_write_ex`.

0 commit comments

Comments
 (0)