Skip to content

Commit 39f6009

Browse files
committed
update blurb_it
1 parent 809afaf commit 39f6009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
fix `EOF occurred in violation of protocol` error for large request
22
from python 3.10 and older
33

4-
and also updated the relevant test code.
4+
and also updated the relevant test code.
55

6-
From version 3.10, when SSL_ERROR_SYSCALL, instead of `OSError`,
6+
From version 3.10, when SSL_ERROR_SYSCALL, instead of `OSError`,
77
the error `EOFOCURED in violation of protocol` was displayed.
88

9-
The reason was that the behavior of `PySSL_SetError` changed as
9+
The reason was that the behavior of `PySSL_SetError` changed as
1010
`SSL_write` was changed to `SSL_write_ex`.

0 commit comments

Comments
 (0)