Skip to content

Commit 3f75031

Browse files
committed
update NEWS.d
1 parent 39f6009 commit 3f75031

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
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`.
1+
Fix :c:func:`PySSL_SetError` : Modify retval handling logic for handling
2+
SSL_ERROR_SYSCALL.

0 commit comments

Comments
 (0)