Skip to content
Snippets Groups Projects
Commit 3f995717 authored by H William Welliver's avatar H William Welliver
Browse files

Changes: changes

parent d2f58bff
No related branches found
No related tags found
No related merge requests found
......@@ -322,15 +322,20 @@ o SSL
o SSL.File
Do not close automatically on write error.
- Do not close automatically on write error.
The internal ssl_write_callback() would call shutdown()
on write error, which would cause the object to enter
one of the closed states, without the user actually
having closed the file.
The internal ssl_write_callback() would call shutdown()
on write error, which would cause the object to enter
one of the closed states, without the user actually
having closed the file.
This in turn caused errors like "Not open" from
functions like read() and set_nonblocking().
This in turn caused errors like "Not open" from
functions like read() and set_nonblocking().
- Fix a situation where setting callbacks before the TLS
handshake had completed would cause the connection to hang
if an alert was generated (for instance when the peers are
unable to agree on a cipher suite.)
o Standards.JSON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment