Files
Nim/lib
Esteban C Borsani 8518cf079f asyncnet ssl overhaul (#24896)
Fixes #24895

- Remove all  bio handling
- Remove all `sendPendingSslData` which only seems to make things work
by chance
- Wrap the client socket on `acceptAddr` (std/net does this)
- Do the SSL handshake on accept (std/net does this)

The only concern is if addWrite/addRead works well on Windows.
2025-04-29 11:07:01 +02:00
..
2017-02-20 17:24:19 +02:00
2024-12-28 09:25:49 +01:00
2025-04-29 11:07:01 +02:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00
2025-04-10 09:24:19 +02:00